Class GroovyExpression

java.lang.Object
io.spring.initializr.generator.language.groovy.GroovyExpression
Direct Known Subclasses:
GroovyMethodInvocation

@Deprecated(since="0.20.0", forRemoval=true) public class GroovyExpression extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 0.20.0 in favor of CodeBlock
A Groovy expression.
Author:
Stephane Nicoll
  • Constructor Details

    • GroovyExpression

      public GroovyExpression()
      Deprecated, for removal: This API element is subject to removal in a future version.