Uses of Interface
com.sun.tools.xjc.outline.CustomizableOutline
-
Packages that use CustomizableOutline 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 CustomizableOutline in com.sun.tools.xjc.outline
Classes in com.sun.tools.xjc.outline that implement CustomizableOutline Modifier and Type Class Description classClassOutlineOutline object that provides per-CClassInfoinformation for filling in methods/fields for a bean.classElementOutlineOutline object that provides per-CElementInfoinformation for filling in methods/fields for a bean.classEnumOutlineOutline object that provides per-CEnumLeafInfoinformation for filling in methods/fields for a bean.
-