|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotationProcessor | |
|---|---|
| org.castor.core.annotationprocessing | |
| Uses of AnnotationProcessor in org.castor.core.annotationprocessing |
|---|
| Subinterfaces of AnnotationProcessor in org.castor.core.annotationprocessing | |
|---|---|
interface |
TargetAwareAnnotationProcessor
The interface each specific target-aware annotation processor has to fulfill. |
| Methods in org.castor.core.annotationprocessing that return types with arguments of type AnnotationProcessor | |
|---|---|
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. |
| Methods in org.castor.core.annotationprocessing with parameters of type AnnotationProcessor | |
|---|---|
void |
BaseAnnotationProcessingService.addAnnotationProcessor(AnnotationProcessor annotationProcessor)
Add an AnnotationProcessor to the service. |
void |
AnnotationProcessingService.addAnnotationProcessor(AnnotationProcessor annotationProcessor)
Add an AnnotationProcessor to the service. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||