Uses of Interface
org.castor.core.annotationprocessing.AnnotationProcessor
Packages that use AnnotationProcessor
-
Uses of AnnotationProcessor in org.castor.core.annotationprocessing
Subinterfaces of AnnotationProcessor in org.castor.core.annotationprocessingModifier and TypeInterfaceDescriptioninterface
The interface each specific target-aware annotation processor has to fulfill.Methods in org.castor.core.annotationprocessing that return types with arguments of type AnnotationProcessorModifier and TypeMethodDescriptionBaseTargetAwareAnnotationProcessingService.getAllAnnotationProcessors()
Returns the set ofAnnotationProcessor
s andTargetAwareAnnotationProcessor
s registered with this service.TargetAwareAnnotationProcessingService.getAllAnnotationProcessors()
Returns the set ofAnnotationProcessor
s andTargetAwareAnnotationProcessor
s registered with this service.AnnotationProcessingService.getAnnotationProcessors()
Returns the set ofAnnotationProcessor
s registered with this service.BaseAnnotationProcessingService.getAnnotationProcessors()
Returns the set ofAnnotationProcessor
s registered with this service.Methods in org.castor.core.annotationprocessing with parameters of type AnnotationProcessorModifier and TypeMethodDescriptionvoid
AnnotationProcessingService.addAnnotationProcessor
(AnnotationProcessor annotationProcessor) Add anAnnotationProcessor
to the service.void
BaseAnnotationProcessingService.addAnnotationProcessor
(AnnotationProcessor annotationProcessor) Add anAnnotationProcessor
to the service.