Uses of Class
org.castor.core.annotationprocessing.AnnotationTargetException
Packages that use AnnotationTargetException
-
Uses of AnnotationTargetException in org.castor.core.annotationprocessing
Methods in org.castor.core.annotationprocessing that throw AnnotationTargetExceptionModifier and TypeMethodDescription<I extends BaseNature,
A extends Annotation>
booleanBaseTargetAwareAnnotationProcessingService.processAnnotation
(I info, A annotation, AnnotatedElement target) The processing action of this service.<I extends BaseNature,
A extends Annotation>
booleanTargetAwareAnnotationProcessingService.processAnnotation
(I info, A annotation, AnnotatedElement target) The processing action of this service.<I extends BaseNature,
A extends Annotation>
booleanTargetAwareAnnotationProcessor.processAnnotation
(I info, A annotation, AnnotatedElement target) The processing action of this processor.<I extends BaseNature>
Annotation[]BaseTargetAwareAnnotationProcessingService.processAnnotations
(I info, Annotation[] annotations, AnnotatedElement target) CallsAnnotationProcessingService.processAnnotation(BaseNature, Annotation)
for each given Annotation.<I extends BaseNature>
Annotation[]TargetAwareAnnotationProcessingService.processAnnotations
(I info, Annotation[] annotations, AnnotatedElement target) CallsAnnotationProcessingService.processAnnotation(BaseNature, Annotation)
for each given Annotation.