|
||||||||||
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> |
BaseTargetAwareAnnotationProcessingService.getAllAnnotationProcessors()
Returns the set of AnnotationProcessor s and
TargetAwareAnnotationProcessor s registered with this service. |
Set<AnnotationProcessor> |
TargetAwareAnnotationProcessingService.getAllAnnotationProcessors()
Returns the set of AnnotationProcessor s and
TargetAwareAnnotationProcessor s registered with this service. |
Set<AnnotationProcessor> |
AnnotationProcessingService.getAnnotationProcessors()
Returns the set of AnnotationProcessor s registered with
this service. |
Set<AnnotationProcessor> |
BaseAnnotationProcessingService.getAnnotationProcessors()
Returns the set of AnnotationProcessor s registered with
this service. |
Methods in org.castor.core.annotationprocessing with parameters of type AnnotationProcessor | |
---|---|
void |
AnnotationProcessingService.addAnnotationProcessor(AnnotationProcessor annotationProcessor)
Add an AnnotationProcessor to the service. |
void |
BaseAnnotationProcessingService.addAnnotationProcessor(AnnotationProcessor annotationProcessor)
Add an AnnotationProcessor to the service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |