Ignore:
Timestamp:
06/02/09 03:34:48 (3 years ago)
Author:
jharrop
Message:

@XmlRootElement? annotation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/xmlPackage/XmlData.java

    r511 r811  
    2525import javax.xml.bind.annotation.XmlAnyElement; 
    2626import javax.xml.bind.annotation.XmlAttribute; 
     27import javax.xml.bind.annotation.XmlRootElement; 
    2728import javax.xml.bind.annotation.XmlType; 
    2829import org.w3c.dom.Element; 
     
    5960    "any" 
    6061}) 
     62@XmlRootElement(name = "xmlData") 
    6163public class XmlData { 
    6264 
Note: See TracChangeset for help on using the changeset viewer.