org.castor.core.annotationprocessing
public interface AnnotationProcessor
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
forAnnotationClass()
Returns for which Annotation this processor is meant.
|
<I extends BaseNature,A extends java.lang.annotation.Annotation> |
processAnnotation(I info,
A annotation)
The processing action of this processor.
|
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 processIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com