Package | Description |
---|---|
org.castor.core.annotationprocessing |
Modifier and Type | Interface and Description |
---|---|
interface |
TargetAwareAnnotationProcessor
The interface each specific target-aware annotation processor has to fulfill.
|
Modifier and Type | Method and Description |
---|---|
Set<AnnotationProcessor> |
TargetAwareAnnotationProcessingService.getAllAnnotationProcessors()
Returns the set of
AnnotationProcessor s and
TargetAwareAnnotationProcessor s registered with this service. |
Set<AnnotationProcessor> |
BaseTargetAwareAnnotationProcessingService.getAllAnnotationProcessors()
Returns the set of
AnnotationProcessor s and
TargetAwareAnnotationProcessor s registered with this service. |
Set<AnnotationProcessor> |
BaseAnnotationProcessingService.getAnnotationProcessors()
Returns the set of
AnnotationProcessor s registered with
this service. |
Set<AnnotationProcessor> |
AnnotationProcessingService.getAnnotationProcessors()
Returns the set of
AnnotationProcessor s registered with
this service. |
Modifier and Type | Method and Description |
---|---|
void |
BaseAnnotationProcessingService.addAnnotationProcessor(AnnotationProcessor annotationProcessor)
Add an
AnnotationProcessor to the service. |
void |
AnnotationProcessingService.addAnnotationProcessor(AnnotationProcessor annotationProcessor)
Add an
AnnotationProcessor to the service. |
Copyright © 2018. All rights reserved.