|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.cpa.jpa.processors.BaseJPAAnnotationProcessor
org.castor.cpa.jpa.processors.fieldprocessors.JPAEnumeratedProcessor
public class JPAEnumeratedProcessor
| Constructor Summary | |
|---|---|
JPAEnumeratedProcessor()
|
|
| Method Summary | ||
|---|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
forAnnotationClass()
Returns for which Annotation this processor is meant. |
|
|
processAnnotation(I info,
A annotation,
java.lang.reflect.AnnotatedElement target)
The processing action of this processor. |
|
| Methods inherited from class org.castor.cpa.jpa.processors.BaseJPAAnnotationProcessor |
|---|
processAnnotation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JPAEnumeratedProcessor()
| Method Detail |
|---|
public java.lang.Class<? extends java.lang.annotation.Annotation> forAnnotationClass()
AnnotationProcessor
public <I extends BaseNature,A extends java.lang.annotation.Annotation> boolean processAnnotation(I info,
A annotation,
java.lang.reflect.AnnotatedElement target)
throws AnnotationTargetException
TargetAwareAnnotationProcessor
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 | |||||||