All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.kotlin.class_empty.mustache Maven / Gradle / Ivy

There is a newer version: 0.113
Show newest version
{{&indent}}class {{&className}} {

{{&indent}}    override fun toString(): String = "{{&className}}()"

{{&indent}}    override fun equals(other: Any?): Boolean = this === other || other is {{&className}}

{{&indent}}    override fun hashCode(): Int = 1

{{&indent}}{{&closeBrace}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy