public abstract class BaseJPAAnnotationProcessor extends 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 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 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)
Copyright © 2014. All rights reserved.