| java.lang.Object com.sun.tools.xjc.model.CDefaultValue
CDefaultValue | abstract public class CDefaultValue (Code) | | Object that computes the default value expression lazily.
The computation is done lazily because often the default value
needs to refer to things (such as enum classes) that are only generated
after some of the outline is built.
author: Kohsuke Kawaguchi |
|
|