< prev index next >

src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/JClassContainer.java

Print this page

        

*** 127,137 **** /** * Gets the nearest package parent. * * <p> ! * If <tt>this.isPackage()</tt>, then return <tt>this</tt>. */ public JPackage getPackage(); /** * Get the root code model object. --- 127,137 ---- /** * Gets the nearest package parent. * * <p> ! * If {@code this.isPackage()}, then return {@code this}. */ public JPackage getPackage(); /** * Get the root code model object.
< prev index next >