JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
ch.tocco.nice2.model.base.unmarshal.annotations
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