After annotations for an annotated element are processed, the endElement is called with the annotated element value and its typeparamtype the annotated element type (class, field, method...)paramelement the annotated element we are done visiting.exceptionAnnotationProcessorException;
Before annotations for an annotated element are processed, the startElement is called with the annotated element value and its typeparamtype the annotated element type (class, field, method...)paramelement the annotated element we are starting to visit.exceptionAnnotationProcessorException;