public interface ClassAnnotationHandler
Modifier and Type | Method and Description |
---|---|
void |
processClassAnnotation(AnnotationObject annotation,
AbstractClassMetaData cmd,
ClassLoaderResolver clr)
Method to process a class level annotation.
|
void processClassAnnotation(AnnotationObject annotation, AbstractClassMetaData cmd, ClassLoaderResolver clr)
annotation
- The annotationcmd
- Metadata for the class to update with any necessary information.clr
- ClassLoader resolverCopyright © 2019. All rights reserved.