Uses of Package
com.sun.tools.xjc.outline

Packages that use com.sun.tools.xjc.outline
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.impl.s2j implementation of the XJC API for schema to java. 
com.sun.tools.xjc.generator.bean   
com.sun.tools.xjc.generator.bean.field FieldRenderer and its implementation classes. 
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.tools.xjc.model.nav Compile-time representation of Java type system. 
com.sun.tools.xjc.outline Provides the outline of the generated Java source code so that additional processings (such as adding more annotations) can be done on the generated code. 
com.sun.tools.xjc.writer   
 

Classes in com.sun.tools.xjc.outline used by com.sun.tools.xjc
Outline
          Root of the outline.
 

Classes in com.sun.tools.xjc.outline used by com.sun.tools.xjc.addon.at_generated
Outline
          Root of the outline.
 

Classes in com.sun.tools.xjc.outline used by com.sun.tools.xjc.addon.locator
Outline
          Root of the outline.
 

Classes in com.sun.tools.xjc.outline used by com.sun.tools.xjc.addon.sync
Outline
          Root of the outline.
 

Classes in com.sun.tools.xjc.outline used by com.sun.tools.xjc.api.impl.s2j
FieldOutline
          Representation of a field of ClassOutline.
 

Classes in com.sun.tools.xjc.outline used by com.sun.tools.xjc.generator.bean
Aspect
          Sometimes a single JAXB-generated bean spans across multiple Java classes/interfaces.
ClassOutline
          Outline object that provides per-CClassInfo information for filling in methods/fields for a bean.
EnumOutline
          Outline object that provides per-CEnumLeafInfo information for filling in methods/fields for a bean.
FieldOutline
          Representation of a field of ClassOutline.
Outline
          Root of the outline.
PackageOutline
          Outline object that provides per-package information.
 

Classes in com.sun.tools.xjc.outline used by com.sun.tools.xjc.generator.bean.field
Aspect
          Sometimes a single JAXB-generated bean spans across multiple Java classes/interfaces.
FieldAccessor
          Encapsulates the access on a field.
FieldOutline
          Representation of a field of ClassOutline.
 

Classes in com.sun.tools.xjc.outline used by com.sun.tools.xjc.model
Aspect
          Sometimes a single JAXB-generated bean spans across multiple Java classes/interfaces.
Outline
          Root of the outline.
 

Classes in com.sun.tools.xjc.outline used by com.sun.tools.xjc.model.nav
Aspect
          Sometimes a single JAXB-generated bean spans across multiple Java classes/interfaces.
Outline
          Root of the outline.
 

Classes in com.sun.tools.xjc.outline used by com.sun.tools.xjc.outline
Aspect
          Sometimes a single JAXB-generated bean spans across multiple Java classes/interfaces.
ClassOutline
          Outline object that provides per-CClassInfo information for filling in methods/fields for a bean.
ElementOutline
          Outline object that provides per-CElementInfo information for filling in methods/fields for a bean.
EnumConstantOutline
          Outline object that provides per-CEnumConstant information.
EnumOutline
          Outline object that provides per-CEnumLeafInfo information for filling in methods/fields for a bean.
FieldAccessor
          Encapsulates the access on a field.
FieldOutline
          Representation of a field of ClassOutline.
Outline
          Root of the outline.
PackageOutline
          Outline object that provides per-package information.
 

Classes in com.sun.tools.xjc.outline used by com.sun.tools.xjc.writer
Outline
          Root of the outline.