Changeset 1084 for trunk/docx4j/src/svg/org/plutext/jaxb/svg11/Svg.java
- Timestamp:
- 02/25/10 11:03:35 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/svg/org/plutext/jaxb/svg11/Svg.java
r1081 r1084 26 26 import javax.xml.bind.annotation.XmlAttribute; 27 27 import javax.xml.bind.annotation.XmlID; 28 import javax.xml.bind.annotation.XmlRootElement; 28 29 import javax.xml.bind.annotation.XmlSchemaType; 29 30 import javax.xml.bind.annotation.XmlType; … … 81 82 @XmlAccessorType(XmlAccessType.FIELD) 82 83 @XmlType(name = "") 84 @XmlRootElement(name="svg") 83 85 public class Svg 84 86 extends SVGSvgContent
Note: See TracChangeset
for help on using the changeset viewer.
