Class KotlinPropertyDeclaration
java.lang.Object
io.spring.initializr.generator.language.kotlin.KotlinPropertyDeclaration
- All Implemented Interfaces:
Annotatable
Declaration of a property written in Kotlin.
- Author:
- Matt Berteaux
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static class
Builder for creating aKotlinPropertyDeclaration
.static final class
static final class
-
Method Summary
Modifier and TypeMethodDescriptionReturn theAnnotationContainer
to use to configure the annotations of this element.
-
Method Details
-
val
-
var
-
getModifiers
-
annotations
Description copied from interface:Annotatable
Return theAnnotationContainer
to use to configure the annotations of this element.- Specified by:
annotations
in interfaceAnnotatable
- Returns:
- the annotation container
-