Uses of Interface
org.castor.core.annotationprocessing.AnnotationProcessor

Packages that use AnnotationProcessor
org.castor.core.annotationprocessing   
 

Uses of AnnotationProcessor in org.castor.core.annotationprocessing
 

Subinterfaces of AnnotationProcessor in org.castor.core.annotationprocessing
 interface TargetAwareAnnotationProcessor
          The interface each specific target-aware annotation processor has to fulfill.
 

Methods in org.castor.core.annotationprocessing that return types with arguments of type AnnotationProcessor
 Set<AnnotationProcessor> BaseTargetAwareAnnotationProcessingService.getAllAnnotationProcessors()
          Returns the set of AnnotationProcessors and TargetAwareAnnotationProcessors registered with this service.
 Set<AnnotationProcessor> TargetAwareAnnotationProcessingService.getAllAnnotationProcessors()
          Returns the set of AnnotationProcessors and TargetAwareAnnotationProcessors registered with this service.
 Set<AnnotationProcessor> AnnotationProcessingService.getAnnotationProcessors()
          Returns the set of AnnotationProcessors registered with this service.
 Set<AnnotationProcessor> BaseAnnotationProcessingService.getAnnotationProcessors()
          Returns the set of AnnotationProcessors registered with this service.
 

Methods in org.castor.core.annotationprocessing with parameters of type AnnotationProcessor
 void AnnotationProcessingService.addAnnotationProcessor(AnnotationProcessor annotationProcessor)
          Add an AnnotationProcessor to the service.
 void BaseAnnotationProcessingService.addAnnotationProcessor(AnnotationProcessor annotationProcessor)
          Add an AnnotationProcessor to the service.
 



Copyright © 2012. All Rights Reserved.