Package | Description |
---|---|
org.castor.core.annotationprocessing | |
org.castor.cpa.jpa.info |
Modifier and Type | Interface and Description |
---|---|
interface |
TargetAwareAnnotationProcessingService
Extension of
AnnotationProcessingService to handle target-aware
Annotation s. |
Modifier and Type | Class and Description |
---|---|
class |
BaseAnnotationProcessingService
An AnnotationProcessingService handles multiple
AnnotationProcessor s
and uses them to process one or more Annotation s. |
class |
BaseTargetAwareAnnotationProcessingService
Base implementation class to be used for implementing
AnnotationProcessingService s. |
Modifier and Type | Class and Description |
---|---|
class |
JPAClassAnnotationProcessingService
This is a standard
BaseTargetAwareAnnotationProcessingService
initialized with JPA Annotation processors for class bound JPA annotations. |
class |
JPAFieldAnnotationProcessingService
This is a standard
BaseTargetAwareAnnotationProcessingService
initialized with JPA Annotation processors for field bound JPA annotations. |
Copyright © 2016. All rights reserved.