Skip to content

Commit ca8f771

Browse files
committed
Issue #3. Added the property customization element.
1 parent 963c735 commit ca8f771

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

basic/src/main/java/org/jvnet/jaxb2_commons/plugin/simplify/Customizations.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ public class Customizations {
99
public static QName IGNORED_ELEMENT_NAME = new QName(NAMESPACE_URI,
1010
"ignored");
1111

12+
public static QName PROPERTY_ELEMENT_NAME = new QName(
13+
NAMESPACE_URI, "property");
14+
1215
public static QName AS_ELEMENT_PROPERTY_ELEMENT_NAME = new QName(
1316
NAMESPACE_URI, "as-element-property");
1417

0 commit comments

Comments
 (0)