public class AnnotationFinder.Annotatable extends Object
Constructor and Description |
---|
Annotatable() |
Annotatable(AnnotatedElement element) |
Modifier and Type | Method and Description |
---|---|
List<AnnotationFinder.AnnotationInfo> |
getAnnotations() |
Annotation[] |
getDeclaredAnnotations() |
String |
getMetaAnnotationName() |
public Annotatable(AnnotatedElement element)
public Annotatable()
public Annotation[] getDeclaredAnnotations()
public List<AnnotationFinder.AnnotationInfo> getAnnotations()
public String getMetaAnnotationName()
Copyright © 2005–2022. All rights reserved.