AnnotationFinder.Infopublic class AnnotationFinder.PackageInfo extends AnnotationFinder.Annotatable implements AnnotationFinder.Info
| Constructor | Description |
|---|---|
PackageInfo(java.lang.Package pkg) |
|
PackageInfo(java.lang.String name) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(java.lang.Object o) |
|
java.lang.Package |
get() |
|
java.lang.String |
getName() |
|
int |
hashCode() |
getAnnotations, getDeclaredAnnotations, getMetaAnnotationNamegetAnnotations, 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.ObjectCopyright © 2005–2018. All rights reserved.