|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface TargetAwareAnnotationProcessor
The interface each specific target-aware annotation processor has to fulfill.
AnnotationProcessor| Method Summary | ||
|---|---|---|
|
processAnnotation(I info,
A annotation,
java.lang.reflect.AnnotatedElement target)
The processing action of this processor. |
|
| Methods inherited from interface org.castor.core.annotationprocessing.AnnotationProcessor |
|---|
forAnnotationClass, processAnnotation |
| Method Detail |
|---|
<I extends BaseNature,A extends java.lang.annotation.Annotation> boolean processAnnotation(I info,
A annotation,
java.lang.reflect.AnnotatedElement target)
throws AnnotationTargetException
info - the Info class that should be filled with the information readannotation - the annotation to processtarget - the target (Field, Class, etc.) of the given
annotation
AnnotationTargetException - if an annotation is used in a context that is not valid.AnnotatedElement
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||