W3cubDocs

/Groovy 4.0

[Java] Class AnnotationConstantExpression

  • org.codehaus.groovy.ast.expr.AnnotationConstantExpression
public class AnnotationConstantExpression
extends ConstantExpression

Represents an annotation "constant" that may appear in annotation attributes (mainly used as a marker).

Constructor Detail

public AnnotationConstantExpression(AnnotationNode node)

Method Detail

@Override public String toString()

@Override public void visit(GroovyCodeVisitor visitor)

© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/codehaus/groovy/ast/expr/AnnotationConstantExpression.html