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

Print this page
rev 10175 : 8047721: @since should have JDK version
Reviewed-by:

@@ -105,10 +105,11 @@
  * java package have the same Package object.  The static methods allow a package
  * to be found by name or the set of all packages known to the current class
  * loader to be found.
  *
  * @see ClassLoader#definePackage
+ * @since 1.2
  */
 public class Package implements java.lang.reflect.AnnotatedElement {
     /**
      * Return the name of this package.
      *