org.jboss.managed.api.annotation
Annotation Type DefaultValueBuilderFactory
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface DefaultValueBuilderFactory
An annotation describing the DefaultValueBuilder implementation
for a property.
This can be used on fields, methods for an individual property
- Version:
- $Revision:$
- Author:
- Scott.Stark@jboss.org
value
public abstract Class<? extends DefaultValueBuilder> value
- The constraints, allowed values populator factory
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.