JBoss Managed Parent POM 2.1.1.SP2

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
 

Element Detail

value

public abstract Class<? extends Fields> value
The class to use for the ManagedProperty Fields implementation


JBoss Managed Parent POM 2.1.1.SP2

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.