public abstract class GenAnnotatedConstruct extends Object
| Constructor and Description |
|---|
GenAnnotatedConstruct() |
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
getAnnotation(Class<A> annotationType) |
List<? extends AnnotationMirror> |
getAnnotationMirrors() |
<A extends Annotation> |
getAnnotationsByType(Class<A> annotationType) |
public <A extends Annotation> A getAnnotation(Class<A> annotationType)
public <A extends Annotation> A[] getAnnotationsByType(Class<A> annotationType)
public List<? extends AnnotationMirror> getAnnotationMirrors()
Copyright © 2018. All rights reserved.