Uses of Class
com.sun.tools.xjc.outline.ElementOutline
-
Packages that use ElementOutline Package Description com.sun.tools.xjc.outline Provides the outline of the generated Java source code so that additional processing (such as adding more annotations) can be done on the generated code. -
-
Uses of ElementOutline in com.sun.tools.xjc.outline
Methods in com.sun.tools.xjc.outline that return ElementOutline Modifier and Type Method Description ElementOutlineOutline. getElement(CElementInfo ei)If theCElementInfogenerates a class, returns such a class.
-