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 AnnotationMonitorelementCreationFailed in class NullAnnotationMonitorpublic void annotationNotFound(java.lang.Class<? extends java.lang.annotation.Annotation> annotation,
java.lang.Object annotatedInstance)
annotationNotFound in interface AnnotationMonitorannotationNotFound in class NullAnnotationMonitorCopyright © 2003-2014. All Rights Reserved.