|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnnotationProcessor
The interface each specific annotation processor has to fulfill.
| Method Summary | ||
|---|---|---|
Class<? extends Annotation> |
forAnnotationClass()
Returns for which Annotation this processor is meant. |
|
|
processAnnotation(I info,
A annotation)
The processing action of this processor. |
|
| Method Detail |
|---|
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 process
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||