Uses of Class
org.castor.core.annotationprocessing.AnnotationTargetException

Packages that use AnnotationTargetException
org.castor.core.annotationprocessing   
 

Uses of AnnotationTargetException in org.castor.core.annotationprocessing
 

Methods in org.castor.core.annotationprocessing that throw AnnotationTargetException
<I extends BaseNature,A extends Annotation>
boolean
BaseTargetAwareAnnotationProcessingService.processAnnotation(I info, A annotation, AnnotatedElement target)
          The processing action of this service.
<I extends BaseNature,A extends Annotation>
boolean
TargetAwareAnnotationProcessingService.processAnnotation(I info, A annotation, AnnotatedElement target)
          The processing action of this service.
<I extends BaseNature,A extends Annotation>
boolean
TargetAwareAnnotationProcessor.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)
          Calls AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given Annotation.
<I extends BaseNature>
Annotation[]
TargetAwareAnnotationProcessingService.processAnnotations(I info, Annotation[] annotations, AnnotatedElement target)
          Calls AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given Annotation.
 



Copyright © 2012. All Rights Reserved.