equal
deleted
inserted
replaced
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 * |