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 TypeInterfaceDescriptioninterfaceThe 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 ofAnnotationProcessors andTargetAwareAnnotationProcessors registered with this service.TargetAwareAnnotationProcessingService.getAllAnnotationProcessors()Returns the set ofAnnotationProcessors andTargetAwareAnnotationProcessors registered with this service.AnnotationProcessingService.getAnnotationProcessors()Returns the set ofAnnotationProcessors registered with this service.BaseAnnotationProcessingService.getAnnotationProcessors()Returns the set ofAnnotationProcessors registered with this service.Methods in org.castor.core.annotationprocessing with parameters of type AnnotationProcessorModifier and TypeMethodDescriptionvoidAnnotationProcessingService.addAnnotationProcessor(AnnotationProcessor annotationProcessor) Add anAnnotationProcessorto the service.voidBaseAnnotationProcessingService.addAnnotationProcessor(AnnotationProcessor annotationProcessor) Add anAnnotationProcessorto the service.