public class AnnotationFinder.AnnotationInfo extends AnnotationFinder.Annotatable implements AnnotationFinder.Info
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name |
| 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, getMetaAnnotationNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotations, getDeclaredAnnotations, getMetaAnnotationNamepublic 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.Infopublic java.lang.String toString()
toString in class java.lang.Object