public class AnnotationFinder.Annotatable extends Object
| Constructor and Description |
|---|
AnnotationFinder.Annotatable() |
AnnotationFinder.Annotatable(AnnotatedElement element) |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationFinder.AnnotationInfo> |
getAnnotations() |
Annotation[] |
getDeclaredAnnotations() |
String |
getMetaAnnotationName() |
public AnnotationFinder.Annotatable(AnnotatedElement element)
public AnnotationFinder.Annotatable()
public Annotation[] getDeclaredAnnotations()
public List<AnnotationFinder.AnnotationInfo> getAnnotations()
public String getMetaAnnotationName()
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.