org.comect.misc.dataschema.languages.kotlin.variable.kte Maven / Gradle / Ivy
@param name: String
@param type: String
@param constant: Boolean?
@if (constant == true || constant == null)
val ${name}: ${type}
@elseif (constant == false)
var ${name}: ${type}
@endif
© 2015 - 2025 Weber Informatics LLC | Privacy Policy