Interface AnnotationMonitor

All Known Implementing Classes:
NullAnnotationMonitor, PrintingAnnotationMonitor, PrintStreamAnnotationMonitor

public interface AnnotationMonitor
  • Method Details

    • elementCreationFailed

      void elementCreationFailed(Class<?> elementClass, Exception cause)
    • annotationNotFound

      void annotationNotFound(Class<? extends Annotation> annotation, Object annotatedInstance)