org.jvnet.hudson.annotation_indexer
Interface Validator
public interface Validator
Checkes the usage of Indexed
annotations at compile-time.
- Author:
- Kohsuke Kawaguchi
- See Also:
Indexed
Method Summary |
void |
check(javax.lang.model.element.Element use,
javax.annotation.processing.RoundEnvironment e,
javax.annotation.processing.ProcessingEnvironment env)
Checks the occurrence of the Indexed annotation
and report any error. |
check
void check(javax.lang.model.element.Element use,
javax.annotation.processing.RoundEnvironment e,
javax.annotation.processing.ProcessingEnvironment env)
- Checks the occurrence of the
Indexed
annotation
and report any error. Useful for early error detection.
Copyright © 2011. All Rights Reserved.