public class PrintStreamAnnotationMonitor extends NullAnnotationMonitor
Constructor and Description |
---|
PrintStreamAnnotationMonitor() |
PrintStreamAnnotationMonitor(java.io.PrintStream output) |
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 PrintStreamAnnotationMonitor()
public PrintStreamAnnotationMonitor(java.io.PrintStream output)
public void elementCreationFailed(java.lang.Class<?> elementClass, java.lang.Exception cause)
elementCreationFailed
in interface AnnotationMonitor
elementCreationFailed
in class NullAnnotationMonitor
public void annotationNotFound(java.lang.Class<? extends java.lang.annotation.Annotation> annotation, java.lang.Object annotatedInstance)
annotationNotFound
in interface AnnotationMonitor
annotationNotFound
in class NullAnnotationMonitor
Copyright © 2003-2014. All Rights Reserved.