Companion

object Companion

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

OPTION_GENERATED
Link copied to clipboard

This annotation processing argument can be specified to have a @Generated annotation included in the generated code. It is not encouraged unless you need it for static analysis reasons and not enabled by default.

Note that this can only be one of the following values:

  • "javax.annotation.processing.Generated" (JRE 9+)

  • "javax.annotation.Generated" (JRE <9)

const val OPTION_GENERATED: String