Interface AnnotatedElementHandler

  • All Known Implementing Classes:
    AnnotationContext

    public interface AnnotatedElementHandler
    Provides notification when the annotation processor is visiting a new AnnotatedElement.
    Author:
    Jerome Dochez