moshi-sealed-codegen / dev.zacsweers.moshisealed.codegen / MoshiSealedProcessor / OPTION_GENERATED

OPTION_GENERATED

const val OPTION_GENERATED: String

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:

We reuse Moshi's option for convenience so you don't have to declare multiple options.