public class AnnotationFinder.AnnotationInfo extends AnnotationFinder.Annotatable implements AnnotationFinder.Info
Constructor and Description |
---|
AnnotationInfo(java.lang.annotation.Annotation annotation) |
AnnotationInfo(java.lang.Class<? extends java.lang.annotation.Annotation> annotation) |
AnnotationInfo(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
java.lang.String |
toString() |
getAnnotations, getDeclaredAnnotations, getMetaAnnotationName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotations, getDeclaredAnnotations, getMetaAnnotationName
public AnnotationInfo(java.lang.annotation.Annotation annotation)
public AnnotationInfo(java.lang.Class<? extends java.lang.annotation.Annotation> annotation)
public AnnotationInfo(java.lang.String name)
public java.lang.String getName()
getName
in interface AnnotationFinder.Info
public java.lang.String toString()
toString
in class java.lang.Object