Package | Description |
---|---|
org.castor.core.annotationprocessing |
Modifier and Type | Method and Description |
---|---|
<I extends BaseNature,A extends Annotation> |
BaseAnnotationProcessingService.processAnnotation(I info,
A annotation)
The processing action of this service.
|
<I extends BaseNature,A extends Annotation> |
BaseTargetAwareAnnotationProcessingService.processAnnotation(I info,
A annotation)
This method acts like it's super method, but also tries to process the
annotation with the
TargetAwareAnnotationProcessor s. |
<I extends BaseNature,A extends Annotation> |
AnnotationProcessor.processAnnotation(I info,
A annotation)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
AnnotationProcessingService.processAnnotation(I info,
A annotation)
The processing action of this service.
|
<I extends BaseNature,A extends Annotation> |
TargetAwareAnnotationProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor.
|
<I extends BaseNature,A extends Annotation> |
BaseTargetAwareAnnotationProcessingService.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this service.
|
<I extends BaseNature,A extends Annotation> |
TargetAwareAnnotationProcessingService.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this service.
|
<I extends BaseNature> |
BaseAnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations)
Calls
AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
<I extends BaseNature> |
BaseTargetAwareAnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations)
This method acts like it's super method, but also tries to process the
annotations with the
TargetAwareAnnotationProcessor s. |
<I extends BaseNature> |
AnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations)
Calls
AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
<I extends BaseNature> |
BaseTargetAwareAnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations,
AnnotatedElement target)
Calls
AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
<I extends BaseNature> |
TargetAwareAnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations,
AnnotatedElement target)
Calls
AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
Copyright © 2012. All Rights Reserved.