org.castor.cpa.jpa.processors
public abstract class BaseJPAAnnotationProcessor extends java.lang.Object implements TargetAwareAnnotationProcessor
TargetAwareAnnotationProcessor
that does not allow
processing without a target (returns false).AnnotationProcessor#processAnnotation(BaseNature, Annotation)
Constructor and Description |
---|
BaseJPAAnnotationProcessor() |
Modifier and Type | Method and Description |
---|---|
<I extends BaseNature,A extends java.lang.annotation.Annotation> |
processAnnotation(I info,
A annotation)
Returns false - non target aware processing shall not be implemented in
JPA-Annotation processing.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
processAnnotation
forAnnotationClass
public final <I extends BaseNature,A extends java.lang.annotation.Annotation> boolean processAnnotation(I info, A annotation)
processAnnotation
in interface AnnotationProcessor
info
- the Info class that should be filled with the information readannotation
- the annotation to processAnnotationProcessor.processAnnotation(BaseNature,
Annotation)
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com