|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface RandExclude
An annotation that marks a variable as being excluded from the variables being randomized. This can be used in enumerations to avoid choosing certain enumeration values when an instance of the enumeration type is randomized. This annotation should be kept for runtime use. This annotation applies to member variables (fields).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||