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
value
public abstract Class<? extends ManagedProperty> value
- The class to use for the ManagedProperty implementation
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.