ModeShape Distribution 3.2.0.Final

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

ModeShape Distribution 3.2.0.Final

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