< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/CTypeInfo.java

Print this page

        

*** 27,36 **** --- 27,37 ---- import com.sun.codemodel.internal.JClass; import com.sun.codemodel.internal.JType; import com.sun.tools.internal.xjc.model.nav.NClass; import com.sun.tools.internal.xjc.model.nav.NType; + import com.sun.tools.internal.xjc.outline.Aspect; import com.sun.tools.internal.xjc.outline.Outline; import com.sun.xml.internal.bind.v2.model.core.TypeInfo; /** * {@link TypeInfo} at the compile-time.
*** 42,50 **** /** * Returns the {@link JClass} that represents the class being bound, * under the given {@link Outline}. * ! * @see NType#toType(Outline, Aspect) */ JType toType(Outline o, Aspect aspect); } --- 43,51 ---- /** * Returns the {@link JClass} that represents the class being bound, * under the given {@link Outline}. * ! * @see NType#toType(Outline, com.sun.tools.internal.xjc.outline.Aspect) */ JType toType(Outline o, Aspect aspect); }
< prev index next >