Primitive Java Type
data class PrimitiveJavaType(val name: String, val extra: PropertyContainer<PrimitiveJavaType> = PropertyContainer.empty()) : Bound, AnnotationTarget, WithExtraProperties<PrimitiveJavaType>
Content copied to clipboard
Constructors
Link copied to clipboard
fun PrimitiveJavaType(name: String, extra: PropertyContainer<PrimitiveJavaType> = PropertyContainer.empty())
Content copied to clipboard
Functions
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<PrimitiveJavaType>): PrimitiveJavaType
Content copied to clipboard