public class AnnotationUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
annotationNameMatches(Node<com.sun.tools.javac.tree.JCTree.JCAnnotation> annotationNode,
String annotationName) |
static boolean |
isAnnotationType(Node node) |
static boolean |
isPutOnAnnotation(Node<com.sun.tools.javac.tree.JCTree.JCAnnotation> annotationNode) |
static boolean |
isPutOnMethod(Node<com.sun.tools.javac.tree.JCTree.JCAnnotation> annotationNode) |
public static boolean isPutOnAnnotation(Node<com.sun.tools.javac.tree.JCTree.JCAnnotation> annotationNode)
public static boolean isPutOnMethod(Node<com.sun.tools.javac.tree.JCTree.JCAnnotation> annotationNode)
public static boolean isAnnotationType(Node node)
Copyright © 2019. All rights reserved.