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(java.lang.annotation.Annotation annotation)
           
AnnotationFinder.AnnotationInfo(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
           
AnnotationFinder.AnnotationInfo(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.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(java.lang.annotation.Annotation annotation)

AnnotationFinder.AnnotationInfo

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

AnnotationFinder.AnnotationInfo

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

getName

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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