Package org.castor.core.annotationprocessing
package org.castor.core.annotationprocessing
-
ClassDescriptionAn AnnotationProcessingService handles multiple
AnnotationProcessor
s and uses them to process one or moreAnnotation
s.The interface each specific annotation processor has to fulfill.This Exception is thrown when aTargetAwareAnnotationProcessor
can not process an annotation properly.An AnnotationProcessingService handles multipleAnnotationProcessor
s and uses them to process one or moreAnnotation
s.Base implementation class to be used for implementingAnnotationProcessingService
s.Extension ofAnnotationProcessingService
to handle target-awareAnnotation
s.The interface each specific target-aware annotation processor has to fulfill.