public interface AnnotationProcessor
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
forAnnotationClass()
Returns for which Annotation this processor is meant.
|
<I extends BaseNature,A extends Annotation> |
processAnnotation(I info,
A annotation)
The processing action of this processor.
|
Class<? extends Annotation> forAnnotationClass()
<I extends BaseNature,A extends Annotation> boolean processAnnotation(I info, A annotation)
info
- the Info class that should be filled with the information readannotation
- the annotation to processCopyright © 2017. All rights reserved.