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
Modifier 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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.spring.initializr.generator.language.Annotatable
annotate, getAnnotations
-
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
-