groovy / 3.0 / org / codehaus / groovy / ast / expr / annotationconstantexpression.html

[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.9/html/gapi/org/codehaus/groovy/ast/expr/AnnotationConstantExpression.html