Interface Validator
public interface Validator
Checkes the usage of
Indexed
annotations at compile-time.- Author:
- Kohsuke Kawaguchi
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
check
(Element use, RoundEnvironment e, ProcessingEnvironment env) Checks the occurrence of theIndexed
annotation and report any error.
-
Method Details
-
check
Checks the occurrence of theIndexed
annotation and report any error. Useful for early error detection.
-