Class JavaReturnStatement
java.lang.Object
io.spring.initializr.generator.language.java.JavaStatement
io.spring.initializr.generator.language.java.JavaReturnStatement
Deprecated, for removal: This API element is subject to removal in a future version.
A return statement.
- Author:
- Andy Wilkinson
-
Constructor Summary
ConstructorsConstructorDescriptionJavaReturnStatement(JavaExpression 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
-
JavaReturnStatement
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