public class TypedElement extends Object
| Modifier and Type | Method and Description |
|---|---|
AnnotatedElement |
getElement() |
List<? extends AnnotatedElement> |
getElements() |
AnnotatedType |
getJavaType() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotation) |
boolean |
isAnnotationPresentAnywhere(Class<? extends Annotation> annotation) |
public boolean isAnnotationPresent(Class<? extends Annotation> annotation)
public boolean isAnnotationPresentAnywhere(Class<? extends Annotation> annotation)
public AnnotatedType getJavaType()
public List<? extends AnnotatedElement> getElements()
public AnnotatedElement getElement()
Copyright © 2016–2018. All rights reserved.