final public class CCustomizations extends ArrayList(Code)
Represents the list of
CPluginCustomization s attached to a JAXB model component.
When
Plugin s register the customization namespace URIs through
Plugin.getCustomizationURIs ,
XJC will treat those URIs just like XJC's own extension "http://java.sun.com/xml/ns/xjc" and make them
available as DOM nodes through
CPluginCustomization . A
Plugin can then access
this information to change its behavior.
author: Kohsuke Kawaguchi