|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.cpa.jpa.processors.BaseJPAAnnotationProcessor
public abstract class BaseJPAAnnotationProcessor
Basic abstract TargetAwareAnnotationProcessor that does not allow
processing without a target (returns false).
AnnotationProcessor#processAnnotation(BaseNature, Annotation)| Constructor Summary | |
|---|---|
BaseJPAAnnotationProcessor()
|
|
| Method Summary | ||
|---|---|---|
|
processAnnotation(I info,
A annotation)
Returns false - non target aware processing shall not be implemented in JPA-Annotation processing. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.castor.core.annotationprocessing.TargetAwareAnnotationProcessor |
|---|
processAnnotation |
| Methods inherited from interface org.castor.core.annotationprocessing.AnnotationProcessor |
|---|
forAnnotationClass |
| Constructor Detail |
|---|
public BaseJPAAnnotationProcessor()
| Method Detail |
|---|
public final <I extends BaseNature,A extends java.lang.annotation.Annotation> boolean processAnnotation(I info,
A annotation)
processAnnotation in interface AnnotationProcessorinfo - the Info class that should be filled with the information readannotation - the annotation to process
AnnotationProcessor.processAnnotation(BaseNature,
Annotation)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||