jdk/src/share/classes/java/lang/Package.java
changeset 25176 3c2ba9344cbf
parent 22581 e868cde95050
equal deleted inserted replaced
25175:a97b521192b6 25176:3c2ba9344cbf
   105  * java package have the same Package object.  The static methods allow a package
   105  * java package have the same Package object.  The static methods allow a package
   106  * to be found by name or the set of all packages known to the current class
   106  * to be found by name or the set of all packages known to the current class
   107  * loader to be found.
   107  * loader to be found.
   108  *
   108  *
   109  * @see ClassLoader#definePackage
   109  * @see ClassLoader#definePackage
       
   110  * @since 1.2
   110  */
   111  */
   111 public class Package implements java.lang.reflect.AnnotatedElement {
   112 public class Package implements java.lang.reflect.AnnotatedElement {
   112     /**
   113     /**
   113      * Return the name of this package.
   114      * Return the name of this package.
   114      *
   115      *