Uses of Class
com.sun.tools.ws.wscompile.Plugin
-
Packages that use Plugin Package Description com.sun.tools.ws.wscompile com.sun.tools.ws.wscompile.plugin.at_generated -
-
Uses of Plugin in com.sun.tools.ws.wscompile
Fields in com.sun.tools.ws.wscompile with type parameters of type Plugin Modifier and Type Field Description List<Plugin>WsimportOptions. activePluginsPlugins that are enabled in this compilation.Methods in com.sun.tools.ws.wscompile that return types with arguments of type Plugin Modifier and Type Method Description List<Plugin>WsimportOptions. getAllPlugins()Gets all thePlugins discovered so far. -
Uses of Plugin in com.sun.tools.ws.wscompile.plugin.at_generated
Subclasses of Plugin in com.sun.tools.ws.wscompile.plugin.at_generated Modifier and Type Class Description classPluginImplPluginthat marks the generated code by using '@Generated'.
-