ecologylab.xml
Annotation Type ElementState.xml_attribute


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

Metalanguage declaration that tells ecologylab.xml translators that each Field it is applied to as an annotation is a scalar-value, which should be represented in XML as an attribute.

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

Author:
andruid