Companion
object Companion
Content copied to clipboard
Functions
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)