Annotation Interface EndElement


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface EndElement
Methods annotated with @EndElement will be called when the element, that caused the object to be on top of the stack, ends. This may be useful to do further validations or simply clean things up.
See Also: