AnnotationFinder.Info
public class AnnotationFinder.AnnotationInfo extends AnnotationFinder.Annotatable implements AnnotationFinder.Info
Constructor | 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 | Description |
---|---|---|
java.lang.String |
getName() |
|
java.lang.String |
toString() |
getAnnotations, getDeclaredAnnotations, getMetaAnnotationName
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
Copyright © 2005–2018. All rights reserved.