ecologylab.xml
Annotation Type ElementState.xml_nested


@Retention(value=RUNTIME)
@Target(value=FIELD)
@Inherited
public static @interface ElementState.xml_nested

Metalanguage declaration that tells ecologylab.xml translators that each Field it is applied to as an annotation is represented in XML by a (non-leaf) nested child element. The field must be a subclass of ElementState.

The nested child element name will be derived from the field name, using camel case conversion, unless @xml_tag is used.

Author:
andruid