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 classstatic classBuilder for creating aKotlinPropertyDeclaration.static final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionReturn theAnnotationContainerto 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, waitMethods inherited from interface io.spring.initializr.generator.language.Annotatable
annotate, getAnnotations
-
Method Details
-
val
-
var
-
getModifiers
-
annotations
Description copied from interface:AnnotatableReturn theAnnotationContainerto use to configure the annotations of this element.- Specified by:
annotationsin interfaceAnnotatable- Returns:
- the annotation container
-