|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
AnnotationProcessingService.processAnnotation(I info,
A annotation)
The processing action of this service. |
|
|
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. |
|
|
AnnotationProcessor.processAnnotation(I info,
A annotation)
The processing action of this processor. |
|
|
BaseAnnotationProcessingService.processAnnotation(I info,
A annotation)
The processing action of this service. |
|
|
BaseTargetAwareAnnotationProcessingService.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this service. |
|
|
TargetAwareAnnotationProcessingService.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this service. |
|
|
TargetAwareAnnotationProcessor.processAnnotation(I info,
A annotation,
AnnotatedElement target)
The processing action of this processor. |
|
|
AnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations)
Calls AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
|
|
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. |
|
|
BaseAnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations)
Calls AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
|
|
BaseTargetAwareAnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations,
AnnotatedElement target)
Calls AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
|
|
TargetAwareAnnotationProcessingService.processAnnotations(I info,
Annotation[] annotations,
AnnotatedElement target)
Calls AnnotationProcessingService.processAnnotation(BaseNature, Annotation) for each given
Annotation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |