Package org.jbehave.core.configuration
Interface AnnotationMonitor
- All Known Implementing Classes:
NullAnnotationMonitor
,PrintingAnnotationMonitor
,PrintStreamAnnotationMonitor
public interface AnnotationMonitor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
annotationNotFound
(Class<? extends Annotation> annotation, Object annotatedInstance) void
elementCreationFailed
(Class<?> elementClass, Exception cause)
-
Method Details
-
elementCreationFailed
-
annotationNotFound
-