| java.lang.Object com.sun.tools.xjc.model.CPluginCustomization
CPluginCustomization | public class CPluginCustomization (Code) | | Vendor extension customization contributed from
Plugin s.
author: Kohsuke Kawaguchi |
Field Summary | |
final public Element | element The annotation found in a schema (or in an external binding file.)
Always non-null. | final public Locator | locator The source location where this customization is placed. |
element | final public Element element(Code) | | The annotation found in a schema (or in an external binding file.)
Always non-null.
|
locator | final public Locator locator(Code) | | The source location where this customization is placed.
When an error is found in this customization, this information
should be used to point the user to the source of the problem.
Always non-nul.
|
isAcknowledged | public boolean isAcknowledged()(Code) | | |
markAsAcknowledged | public void markAsAcknowledged()(Code) | | When a
Plugin "uses" this annotation, call this method
to mark it.
CPluginCustomization s that are not marked will be
reporeted as an error to users. This allows us to catch
customizations that are not used by anybody.
|
|
|