public interface CustomAnnotationProcessor
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotationInstanceClassName()
This method returns the fully qualifed name of the
CustomAnnotationInstance class that this processor
is responsible for handling.
|
void |
processTypeLevelAnnotation(EndpointDescription ed,
CustomAnnotationInstance annotation)
This method will be called to process an annotation type
recognized by this processor that was found at the type
level.
|
void |
setAnnotationInstanceClassName(String annotationInstanceClassName)
This method sets the fully qualifed name of the
CustomAnnotationInstance class that this processor
is responsible for handling.
|
void setAnnotationInstanceClassName(String annotationInstanceClassName)
String getAnnotationInstanceClassName()
void processTypeLevelAnnotation(EndpointDescription ed, CustomAnnotationInstance annotation)
ed - - EndpointDescription that the annotation was associated withannotation - - The CustomAnnotationInstance that should be processed
by this processorCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.