Package org.castor.core.annotationprocessing
-
Interface Summary Interface Description AnnotationProcessingService An AnnotationProcessingService handles multipleAnnotationProcessors and uses them to process one or moreAnnotations.AnnotationProcessor The interface each specific annotation processor has to fulfill.TargetAwareAnnotationProcessingService Extension ofAnnotationProcessingServiceto handle target-awareAnnotations.TargetAwareAnnotationProcessor The interface each specific target-aware annotation processor has to fulfill. -
Class Summary Class Description BaseAnnotationProcessingService An AnnotationProcessingService handles multipleAnnotationProcessors and uses them to process one or moreAnnotations.BaseTargetAwareAnnotationProcessingService Base implementation class to be used for implementingAnnotationProcessingServices. -
Exception Summary Exception Description AnnotationTargetException This Exception is thrown when aTargetAwareAnnotationProcessorcan not process an annotation properly.