Class KotlinStatement

java.lang.Object
io.spring.initializr.generator.language.kotlin.KotlinStatement
Direct Known Subclasses:
KotlinExpressionStatement, KotlinReturnStatement

@Deprecated(since="0.20.0", forRemoval=true) public class KotlinStatement 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 statement in Kotlin.
Author:
Stephane Nicoll
  • Constructor Details

    • KotlinStatement

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