Annotation Interface StartElement


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface StartElement
Methods annotated with @StartElement will be called when a new element starts.

It supports the optional method arguments @ElementName and @ResourceName. Both can have @Validate annotations. A possible use is to decide if a certain tag is read in a certain resource (file).

See Also: