org.modeshape.common.annotation
Annotation Type AllowedValues


@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,CONSTRUCTOR})
public @interface AllowedValues

Annotation that can be used to specify that the target has certain allowed values.


Required Element Summary
 String[] value
          The allowed values for the element.
 

Element Detail

value

public abstract String[] value
The allowed values for the element.

Returns:
the issue


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.