Interface AnnotatedElementHandler

All Known Implementing Classes:
AnnotationContext

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

    Modifier and Type
    Method
    Description
    void
    After annotations for an annotated element are processed, the endElement is called with the annotated element value and its type
    void
    Before annotations for an annotated element are processed, the startElement is called with the annotated element value and its type
  • Method Details