JBoss Managed Parent POM 2.1.1.SP2

org.jboss.managed.api.annotation
Annotation Type ManagementPropertyFactory


@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ManagementPropertyFactory

An annotation describing the implementation class 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 ManagedProperty> value
          The class to use for the ManagedProperty implementation
 

Element Detail

value

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


JBoss Managed Parent POM 2.1.1.SP2

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