Class KotlinReturnStatement
java.lang.Object
io.spring.initializr.generator.language.kotlin.KotlinStatement
io.spring.initializr.generator.language.kotlin.KotlinReturnStatement
@Deprecated(since="0.20.0",
forRemoval=true)
public class KotlinReturnStatement
extends KotlinStatement
Deprecated, for removal: This API element is subject to removal in a future version.
A return statement.
- Author:
- Andy Wilkinson
-
Constructor Summary
ConstructorsConstructorDescriptionKotlinReturnStatement(KotlinExpression expression) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
KotlinReturnStatement
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getExpression
Deprecated, for removal: This API element is subject to removal in a future version.
-
CodeBlock