org.apache.xbean.finder
Class AnnotationFinder.PackageInfo

java.lang.Object
  extended by org.apache.xbean.finder.AnnotationFinder.Annotatable
      extended by org.apache.xbean.finder.AnnotationFinder.PackageInfo
All Implemented Interfaces:
AnnotationFinder.Info
Enclosing class:
AnnotationFinder

public class AnnotationFinder.PackageInfo
extends AnnotationFinder.Annotatable
implements AnnotationFinder.Info


Constructor Summary
AnnotationFinder.PackageInfo(java.lang.Package pkg)
           
AnnotationFinder.PackageInfo(java.lang.String name)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.Package get()
           
 java.lang.String getName()
           
 int hashCode()
           
 
Methods inherited from class org.apache.xbean.finder.AnnotationFinder.Annotatable
getAnnotations, getDeclaredAnnotations, getMetaAnnotationName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.xbean.finder.AnnotationFinder.Info
getAnnotations, getDeclaredAnnotations, getMetaAnnotationName
 

Constructor Detail

AnnotationFinder.PackageInfo

public AnnotationFinder.PackageInfo(java.lang.Package pkg)

AnnotationFinder.PackageInfo

public AnnotationFinder.PackageInfo(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface AnnotationFinder.Info

get

public java.lang.Package get()
                      throws java.lang.ClassNotFoundException
Throws:
java.lang.ClassNotFoundException

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.