public class PrintStreamAnnotationMonitor extends NullAnnotationMonitor
Constructor and Description |
---|
PrintStreamAnnotationMonitor() |
PrintStreamAnnotationMonitor(PrintStream output) |
Modifier and Type | Method and Description |
---|---|
void |
annotationNotFound(Class<? extends Annotation> annotation,
Object annotatedInstance) |
void |
elementCreationFailed(Class<?> elementClass,
Exception cause) |
public PrintStreamAnnotationMonitor()
public PrintStreamAnnotationMonitor(PrintStream output)
public void elementCreationFailed(Class<?> elementClass, Exception cause)
elementCreationFailed
in interface AnnotationMonitor
elementCreationFailed
in class NullAnnotationMonitor
public void annotationNotFound(Class<? extends Annotation> annotation, Object annotatedInstance)
annotationNotFound
in interface AnnotationMonitor
annotationNotFound
in class NullAnnotationMonitor
Copyright © 2003–2015. All rights reserved.