public class AnnotationFinder.PackageInfo extends AnnotationFinder.Annotatable implements AnnotationFinder.Info
| Constructor and Description |
|---|
PackageInfo(java.lang.Package pkg) |
PackageInfo(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Package |
get() |
java.lang.String |
getName() |
int |
hashCode() |
getAnnotations, getDeclaredAnnotations, getMetaAnnotationNameclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAnnotations, getDeclaredAnnotations, getMetaAnnotationNamepublic PackageInfo(java.lang.Package pkg)
public PackageInfo(java.lang.String name)
public java.lang.String getName()
getName in interface AnnotationFinder.Infopublic java.lang.Package get()
throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object