public interface AnnotationHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleAnnotation(Annotation annotation)
Use this method to react to annotations.
|
void handleAnnotation(Annotation annotation)
annotation - The annotation to handle.