Methods Summary |
---|
public java.util.Collection | getAnnotationTypes()Returns the declarations of the top-level annotation types in this
package.
|
public java.util.Collection | getClasses()Returns the declarations of the top-level classes in this package.
Interfaces are not included, but enum types are.
|
public java.util.Collection | getEnums()Returns the declarations of the top-level enum types in this package.
|
public java.util.Collection | getInterfaces()Returns the declarations of the top-level interfaces in this package.
Annotation types are included.
|
public java.lang.String | getQualifiedName()Returns the fully qualified name of this package.
This is also known as the package's canonical name.
|