org.jbehave.core.configuration
Class NullAnnotationMonitor
java.lang.Object
org.jbehave.core.configuration.NullAnnotationMonitor
- All Implemented Interfaces:
- AnnotationMonitor
- Direct Known Subclasses:
- PrintStreamAnnotationMonitor
public class NullAnnotationMonitor
- extends Object
- implements AnnotationMonitor
Null Object
Pattern implementation of AnnotationMonitor
. Can be extended to
override only the methods of interest.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullAnnotationMonitor
public NullAnnotationMonitor()
elementCreationFailed
public void elementCreationFailed(Class<?> elementClass,
Exception cause)
- Specified by:
elementCreationFailed
in interface AnnotationMonitor
annotationNotFound
public void annotationNotFound(Class<? extends Annotation> annotation,
Object annotatedInstance)
- Specified by:
annotationNotFound
in interface AnnotationMonitor
Copyright © 2003-2012. All Rights Reserved.