public abstract class AstUtils extends Object
| Constructor and Description |
|---|
AstUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasAtLeastOneAnnotation(org.codehaus.groovy.ast.AnnotatedNode node,
String... annotations)
Determine if an
AnnotatedNode has one or more of the specified annotations. |
public static boolean hasAtLeastOneAnnotation(org.codehaus.groovy.ast.AnnotatedNode node,
String... annotations)
AnnotatedNode has one or more of the specified annotations.Copyright © 2013. All Rights Reserved.