|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Indexed
Marks annotations that should be indexed during compilation.
The annotations indexed this way can be later enumerated efficiently with Index
.
Optional Element Summary | |
---|---|
java.lang.Class<? extends Validator>[] |
validators
|
public abstract java.lang.Class<? extends Validator>[] validators
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |