com.mindfusion.diagramming
Annotation Type XmlElementNameAnnotation


@Retention(value=RUNTIME)
public @interface XmlElementNameAnnotation

Specifies a string to be used as a XML element name of a type during XML serialization.


Required Element Summary
 java.lang.String name
          Gets the associated XML name.
 

Element Detail

name

public abstract java.lang.String name
Gets the associated XML name.