Annotation Interface XmlMapTagIsKey


@Retention(RUNTIME) public @interface XmlMapTagIsKey
Used for serializing and deserializing maps of this form:
 
 <map>
     <key>value</key>
     <key2>value2</key2>
 </map>
 
 
Be aware that xml tag names cannot be encoded and have strict rules about acceptable naming. If your map contains keys that are not valid XML tag names you will generate invalid XML.