Package org.jvnet.jaxb.plugin.simplify
Class LegacyCustomizations
- java.lang.Object
-
- org.jvnet.jaxb.plugin.simplify.LegacyCustomizations
-
@Deprecated public class LegacyCustomizations extends Object
Deprecated.since 3.0, for removalCustomizations previous namespace handling
-
-
Field Summary
Fields Modifier and Type Field Description static QNameAS_ELEMENT_PROPERTY_ELEMENT_NAMEDeprecated.static QNameAS_REFERENCE_PROPERTY_ELEMENT_NAMEDeprecated.static QNameIGNORED_ELEMENT_NAMEDeprecated.static StringNAMESPACE_URIDeprecated.static QNamePROPERTY_ELEMENT_NAMEDeprecated.
-
Constructor Summary
Constructors Constructor Description LegacyCustomizations()Deprecated.
-
-
-
Field Detail
-
NAMESPACE_URI
public static String NAMESPACE_URI
Deprecated.
-
IGNORED_ELEMENT_NAME
public static QName IGNORED_ELEMENT_NAME
Deprecated.
-
PROPERTY_ELEMENT_NAME
public static QName PROPERTY_ELEMENT_NAME
Deprecated.
-
AS_ELEMENT_PROPERTY_ELEMENT_NAME
public static QName AS_ELEMENT_PROPERTY_ELEMENT_NAME
Deprecated.
-
AS_REFERENCE_PROPERTY_ELEMENT_NAME
public static QName AS_REFERENCE_PROPERTY_ELEMENT_NAME
Deprecated.
-
-