Interface Validator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
check(javax.lang.model.element.Element use, javax.annotation.processing.RoundEnvironment e, javax.annotation.processing.ProcessingEnvironment env)
Checks the occurrence of theIndexed
annotation and report any error.
-
-
-
Method Detail
-
check
void check(javax.lang.model.element.Element use, javax.annotation.processing.RoundEnvironment e, javax.annotation.processing.ProcessingEnvironment env)
Checks the occurrence of theIndexed
annotation and report any error. Useful for early error detection.
-
-