public final class AnnotationHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T extends Annotation> |
getAnnotation(Elements elements,
Element element,
Class<T> annotationType) |
static RetentionPolicy |
getRetentionType(com.sun.source.tree.Tree annotationType) |
public static <T extends Annotation> T getAnnotation(Elements elements, Element element, Class<T> annotationType)
public static RetentionPolicy getRetentionType(com.sun.source.tree.Tree annotationType)
Copyright © 2015. All Rights Reserved.