Uses of Class
org.castor.core.nature.BaseNature

Packages that use BaseNature
org.castor.core.annotationprocessing   
 

Uses of BaseNature in org.castor.core.annotationprocessing
 

Methods in org.castor.core.annotationprocessing with type parameters of type BaseNature
<I extends BaseNature,A extends Annotation>
boolean
AnnotationProcessingService.processAnnotation(I info, A annotation)
          The processing action of this service.
<I extends BaseNature,A extends Annotation>
boolean
BaseTargetAwareAnnotationProcessingService.processAnnotation(I info, A annotation)
          This method acts like it's super method, but also tries to process the annotation with the TargetAwareAnnotationProcessors.
<I extends BaseNature,A extends Annotation>
boolean
AnnotationProcessor.processAnnotation(I info, A annotation)
          The processing action of this processor.
<I extends BaseNature,A extends Annotation>
boolean
BaseAnnotationProcessingService.processAnnotation(I info, A annotation)
          The processing action of this service.
<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[]
AnnotationProcessingService.processAnnotations(I info, Annotation[] annotations)
          Calls AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given Annotation.
<I extends BaseNature>
Annotation[]
BaseTargetAwareAnnotationProcessingService.processAnnotations(I info, Annotation[] annotations)
          This method acts like it's super method, but also tries to process the annotations with the TargetAwareAnnotationProcessors.
<I extends BaseNature>
Annotation[]
BaseAnnotationProcessingService.processAnnotations(I info, Annotation[] annotations)
          Calls AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given Annotation.
<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.