Class BaseAnnotationProcessingService

java.lang.Object
org.castor.core.annotationprocessing.BaseAnnotationProcessingService
All Implemented Interfaces:
AnnotationProcessingService
Direct Known Subclasses:
BaseTargetAwareAnnotationProcessingService

public class BaseAnnotationProcessingService extends Object implements AnnotationProcessingService
An AnnotationProcessingService handles multiple AnnotationProcessors and uses them to process one or more Annotations. This is a standard implementation that should be sufficient for most purposes.
Since:
1.3
Author:
Alexander Eibner, Peter Schmidt
See Also: