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