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

Required Element Summary
 Class<? extends DefaultValueBuilder> value
          The constraints, allowed values populator factory
 

Element Detail

value

public abstract Class<? extends DefaultValueBuilder> value
The constraints, allowed values populator factory



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