JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
ch.tocco.nice2.model.base.api.unmarshal.annotations
EndElement
Contents
Description
Hide sidebar
Show sidebar
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:
StartElement
Conclude