| 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
AnnotationProcessors and
TargetAwareAnnotationProcessors registered with this service. |
Set<AnnotationProcessor> |
BaseTargetAwareAnnotationProcessingService.getAllAnnotationProcessors()
Returns the set of
AnnotationProcessors and
TargetAwareAnnotationProcessors registered with this service. |
Set<AnnotationProcessor> |
BaseAnnotationProcessingService.getAnnotationProcessors()
Returns the set of
AnnotationProcessors registered with
this service. |
Set<AnnotationProcessor> |
AnnotationProcessingService.getAnnotationProcessors()
Returns the set of
AnnotationProcessors 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 © 2021. All rights reserved.