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.
Code generation phase builds an outline little by little, while
each step is using the outline built by the prior steps.
|
Java Source File Name | Type | Comment |
Aspect.java | enum | Sometimes a single JAXB-generated bean spans across multiple Java classes/interfaces. |
ClassOutline.java | Class | Outline object that provides per-
CClassInfo information
for filling in methods/fields for a bean. |
ElementOutline.java | Class | Outline object that provides per-
CElementInfo information
for filling in methods/fields for a bean.
This interface is accessible from
Outline . |
EnumConstantOutline.java | Class | Outline object that provides per-
CEnumConstant information. |
EnumOutline.java | Class | Outline object that provides per-
CEnumLeafInfo information
for filling in methods/fields for a bean. |
FieldAccessor.java | Interface | Encapsulates the access on a field. |
FieldOutline.java | Interface | Representation of a field of
ClassOutline . |
Outline.java | Interface | Root of the outline. |
PackageOutline.java | Interface | Outline object that provides per-package information. |