W3cubDocs

/Groovy 3.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

public String toString()

public void visit(GroovyCodeVisitor visitor)

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