<@U2H3SABQF> - Should be as a normal Java Class ``...
# getting-started
g
@elect - Should be as a normal Java Class
Copy code
class Hello {

    override fun equals(other: Any?): Boolean {
        return super.equals(other)
    }

    override fun hashCode(): Int {
        return super.hashCode()
    }

    override fun toString(): String {
        return super.toString()
    }
}