Package org.apache.xbean.finder
Class AbstractFinder.AnnotationInfo
- java.lang.Object
-
- org.apache.xbean.finder.AbstractFinder.Annotatable
-
- org.apache.xbean.finder.AbstractFinder.AnnotationInfo
-
- All Implemented Interfaces:
AbstractFinder.Info
- Enclosing class:
- AbstractFinder
public class AbstractFinder.AnnotationInfo extends AbstractFinder.Annotatable implements AbstractFinder.Info
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
-
Constructor Summary
Constructors Constructor Description AnnotationInfo(java.lang.annotation.Annotation annotation)
AnnotationInfo(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
AnnotationInfo(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceAbstractFinder.Info
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-