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 TypeMethodDescriptionvoid
annotationNotFound
(Class<? extends Annotation> annotation, Object annotatedInstance) void
elementCreationFailed
(Class<?> elementClass, Exception cause)
-
Constructor Details
-
NullAnnotationMonitor
public NullAnnotationMonitor()
-
-
Method Details
-
elementCreationFailed
- Specified by:
elementCreationFailed
in interfaceAnnotationMonitor
-
annotationNotFound
- Specified by:
annotationNotFound
in interfaceAnnotationMonitor
-