Class KotlinStatement
java.lang.Object
io.spring.initializr.generator.language.kotlin.KotlinStatement
- Direct Known Subclasses:
KotlinExpressionStatement,KotlinReturnStatement
Deprecated, for removal: This API element is subject to removal in a future version.
A statement in Kotlin.
- Author:
- Stephane Nicoll
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
KotlinStatement
public KotlinStatement()Deprecated, for removal: This API element is subject to removal in a future version.
-
CodeBlock