public class NullAnnotationMonitor extends 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(Class<? extends Annotation> annotation,
Object annotatedInstance) |
void |
elementCreationFailed(Class<?> elementClass,
Exception cause) |
public void elementCreationFailed(Class<?> elementClass, Exception cause)
elementCreationFailed
in interface AnnotationMonitor
public void annotationNotFound(Class<? extends Annotation> annotation, Object annotatedInstance)
annotationNotFound
in interface AnnotationMonitor
Copyright © 2003–2016. All rights reserved.