Annotation Interface ElementName


@Target({METHOD,PARAMETER}) @Retention(RUNTIME) @Documented public @interface ElementName
Receive the name of the current element.

A method annotated with @ElementName is the 2nd method called on a new tag, right after @StartElement.