< prev index next >

src/java.base/share/classes/java/lang/Package.java

Print this page

        

@@ -106,11 +106,11 @@
  * The <a href="ClassLoader.html#builtinLoaders">builtin class loaders</a>
  * do not explicitly define {@code Package} objects for packages in
  * <em>named modules</em>.  Instead those packages are automatically defined
  * and have no specification and implementation versioning information.
  *
- * @jvms 5.3 Run-time package
+ * @jvms 5.3 Creation and Loading
  * @see <a href="{@docRoot}/../specs/jar/jar.html#package-sealing">
  * The JAR File Specification: Package Sealing</a>
  * @see ClassLoader#definePackage(String, String, String, String, String, String, String, URL)
  *
  * @since 1.2
< prev index next >