Uses of Class
com.sun.tools.xjc.Plugin

Packages that use Plugin
com.sun.tools.xjc Schema to Java compiler 
com.sun.tools.xjc.addon.at_generated   
com.sun.tools.xjc.addon.locator   
com.sun.tools.xjc.addon.sync   
com.sun.tools.xjc.api API for programatic invocation of XJC and schemagen. 
com.sun.tools.xjc.api.impl.s2j implementation of the XJC API for schema to java. 
 

Uses of Plugin in com.sun.tools.xjc
 

Fields in com.sun.tools.xjc with type parameters of type Plugin
 java.util.List<Plugin> Options.activePlugins
          Plugins that are enabled in this compilation.
static java.util.List<Plugin> Options.allPlugins
          All discovered Plugins.
 

Uses of Plugin in com.sun.tools.xjc.addon.at_generated
 

Subclasses of Plugin in com.sun.tools.xjc.addon.at_generated
 class PluginImpl
          Plugin that marks the generated code by using JSR-250's '@Generated'.
 

Uses of Plugin in com.sun.tools.xjc.addon.locator
 

Subclasses of Plugin in com.sun.tools.xjc.addon.locator
 class SourceLocationAddOn
          Generates JAXB objects that implement Locatable.
 

Uses of Plugin in com.sun.tools.xjc.addon.sync
 

Subclasses of Plugin in com.sun.tools.xjc.addon.sync
 class SynchronizedMethodAddOn
          Generates synchronized methods.
 

Uses of Plugin in com.sun.tools.xjc.api
 

Methods in com.sun.tools.xjc.api with parameters of type Plugin
 com.sun.codemodel.JCodeModel S2JJAXBModel.generateCode(Plugin[] extensions, ErrorListener errorListener)
          Generates artifacts.
 

Uses of Plugin in com.sun.tools.xjc.api.impl.s2j
 

Methods in com.sun.tools.xjc.api.impl.s2j with parameters of type Plugin
 com.sun.codemodel.JCodeModel JAXBModelImpl.generateCode(Plugin[] extensions, ErrorListener errorListener)