@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface FieldsFactory
An annotation for describing the Fields class to use for a ManagedProperty.
This can be used on fields,methods for an individual property, or on a type
to specify the default factory for all properties in a managed object.
- Version:
- $Revision:$
- Author:
- Scott.Stark@jboss.org