TargetAwareAnnotationProcessorBaseJPAAnnotationProcessor, JPABasicProcessor, JPACacheProcessor, JPAColumnProcessor, JPAEntityProcessor, JPAEnumeratedProcessor, JPAGeneratedValueProcessor, JPAIdProcessor, JPAInheritanceProcessor, JPAJoinColumnProcessor, JPAJoinTableProcessor, JPALobProcessor, JPAManyToManyProcessor, JPAManyToOneProcessor, JPAMappedSuperclassProcessor, JPANamedNativeQueriesProcessor, JPANamedNativeQueryProcessor, JPANamedQueriesProcessor, JPANamedQueryProcessor, JPAOneToManyProcessor, JPAOneToOneProcessor, JPASequenceGeneratorClassProcessor, JPASequenceGeneratorFieldProcessor, JPATableGeneratorClassProcessor, JPATableGeneratorFieldProcessor, JPATableProcessor, JPATemporalProcessor, JPATransientProcessor, JPAVersionProcessorpublic interface AnnotationProcessor
| Modifier and Type | Method | 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