org.apache.xbean.finder
Class ClassFinder.AnnotationInfo

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

public class ClassFinder.AnnotationInfo
extends ClassFinder.Annotatable
implements ClassFinder.Info


Constructor Summary
ClassFinder.AnnotationInfo(Annotation annotation)
           
ClassFinder.AnnotationInfo(Class<? extends Annotation> annotation)
           
ClassFinder.AnnotationInfo(String name)
           
 
Method Summary
 String getName()
           
 String toString()
           
 
Methods inherited from class org.apache.xbean.finder.ClassFinder.Annotatable
getAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.xbean.finder.ClassFinder.Info
getAnnotations
 

Constructor Detail

ClassFinder.AnnotationInfo

public ClassFinder.AnnotationInfo(Annotation annotation)

ClassFinder.AnnotationInfo

public ClassFinder.AnnotationInfo(Class<? extends Annotation> annotation)

ClassFinder.AnnotationInfo

public ClassFinder.AnnotationInfo(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface ClassFinder.Info

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.