org.apache.xbean.finder
Class AbstractFinder.AnnotationInfo

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

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


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

Constructor Detail

AbstractFinder.AnnotationInfo

public AbstractFinder.AnnotationInfo(java.lang.annotation.Annotation annotation)

AbstractFinder.AnnotationInfo

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

AbstractFinder.AnnotationInfo

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

getName

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

toString

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


Copyright © 2005-2011. All Rights Reserved.