AnnotationFinder.AnnotationInfo, AnnotationFinder.ClassInfo, AnnotationFinder.FieldInfo, AnnotationFinder.MethodInfo, AnnotationFinder.PackageInfo, AnnotationFinder.ParameterInfopublic class AnnotationFinder.Annotatable
extends java.lang.Object
| Constructor | Description |
|---|---|
Annotatable() |
|
Annotatable(java.lang.reflect.AnnotatedElement element) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<AnnotationFinder.AnnotationInfo> |
getAnnotations() |
|
java.lang.annotation.Annotation[] |
getDeclaredAnnotations() |
|
java.lang.String |
getMetaAnnotationName() |
public Annotatable(java.lang.reflect.AnnotatedElement element)
public Annotatable()
public java.lang.annotation.Annotation[] getDeclaredAnnotations()
public java.util.List<AnnotationFinder.AnnotationInfo> getAnnotations()
public java.lang.String getMetaAnnotationName()
Copyright © 2005–2018. All rights reserved.