public class NullAnnotationMonitor extends java.lang.Object implements AnnotationMonitor
AnnotationMonitor. Can be extended to
override only the methods of interest.| Constructor and Description |
|---|
NullAnnotationMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
annotationNotFound(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
java.lang.Object annotatedInstance) |
void |
elementCreationFailed(java.lang.Class<?> elementClass,
java.lang.Exception cause) |
public void elementCreationFailed(java.lang.Class<?> elementClass,
java.lang.Exception cause)
elementCreationFailed in interface AnnotationMonitorpublic void annotationNotFound(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
java.lang.Object annotatedInstance)
annotationNotFound in interface AnnotationMonitorCopyright © 2003-2014. All Rights Reserved.