public class AnnotationUtils extends Object
| Constructor and Description |
|---|
AnnotationUtils(Types typeUtils) |
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
extractType(A annotation,
Function<A,Class<?>> extractor) |
<A extends Annotation> |
extractTypeElement(A annotation,
Function<A,Class<?>> extractor) |
public AnnotationUtils(Types typeUtils)
public <A extends Annotation> TypeElement extractTypeElement(A annotation, Function<A,Class<?>> extractor)
public <A extends Annotation> TypeMirror extractType(A annotation, Function<A,Class<?>> extractor)
Copyright © 2019 Cosium. All rights reserved.