Package org.jbehave.core.configuration
Class NullAnnotationMonitor
java.lang.Object
org.jbehave.core.configuration.NullAnnotationMonitor
- All Implemented Interfaces:
AnnotationMonitor
Null Object
Pattern implementation of
AnnotationMonitor. Can be extended to
override only the methods of interest.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidannotationNotFound(Class<? extends Annotation> annotation, Object annotatedInstance) voidelementCreationFailed(Class<?> elementClass, Exception cause)
-
Constructor Details
-
NullAnnotationMonitor
public NullAnnotationMonitor()
-
-
Method Details
-
elementCreationFailed
- Specified by:
elementCreationFailedin interfaceAnnotationMonitor
-
annotationNotFound
- Specified by:
annotationNotFoundin interfaceAnnotationMonitor
-