org.apache.xbean.finder
Class AnnotationFinder.AnnotationInfo

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

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


Constructor Summary
AnnotationFinder.AnnotationInfo(Annotation annotation)
           
AnnotationFinder.AnnotationInfo(Class<? extends Annotation> annotation)
           
AnnotationFinder.AnnotationInfo(String name)
           
 
Method Summary
 String getName()
           
 String toString()
           
 
Methods inherited from class org.apache.xbean.finder.AnnotationFinder.Annotatable
getAnnotations, getDeclaredAnnotations, getMetaAnnotationName
 
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.AnnotationFinder.Info
getAnnotations, getDeclaredAnnotations, getMetaAnnotationName
 

Constructor Detail

AnnotationFinder.AnnotationInfo

public AnnotationFinder.AnnotationInfo(Annotation annotation)

AnnotationFinder.AnnotationInfo

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

AnnotationFinder.AnnotationInfo

public AnnotationFinder.AnnotationInfo(String name)
Method Detail

getName

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.