|
|||||||||
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 | ||
---|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
forAnnotationClass()
Returns for which Annotation this processor is meant. |
|
|
processAnnotation(I info,
A annotation)
The processing action of this processor. |
Method Detail |
---|
java.lang.Class<? extends java.lang.annotation.Annotation> forAnnotationClass()
<I extends BaseNature,A extends java.lang.annotation.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 |