org.jboss.managed.api.annotation
Annotation Type FieldsFactory
@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
Required Element Summary |
Class<? extends Fields> |
value
The class to use for the ManagedProperty Fields implementation |
value
public abstract Class<? extends Fields> value
- The class to use for the ManagedProperty Fields implementation
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.