|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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 |
---|
public abstract String[] value
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |