Uses of Interface
org.castor.core.annotationprocessing.TargetAwareAnnotationProcessor
Packages that use TargetAwareAnnotationProcessor
-
Uses of TargetAwareAnnotationProcessor in org.castor.core.annotationprocessing
Methods in org.castor.core.annotationprocessing that return types with arguments of type TargetAwareAnnotationProcessorModifier and TypeMethodDescriptionBaseTargetAwareAnnotationProcessingService.getTargetAwareAnnotationProcessors()
Returns the set ofTargetAwareAnnotationProcessor
s registered with this service.TargetAwareAnnotationProcessingService.getTargetAwareAnnotationProcessors()
Returns the set ofTargetAwareAnnotationProcessor
s registered with this service.Methods in org.castor.core.annotationprocessing with parameters of type TargetAwareAnnotationProcessorModifier and TypeMethodDescriptionvoid
BaseTargetAwareAnnotationProcessingService.addAnnotationProcessor
(TargetAwareAnnotationProcessor taAnnotationProcessor) Add anTargetAwareAnnotationProcessor
to the service.void
TargetAwareAnnotationProcessingService.addAnnotationProcessor
(TargetAwareAnnotationProcessor annotationProcessor) Add anTargetAwareAnnotationProcessor
to the service.