codec Name
Name of the generated codec class.
By default, its name will be derived from the name of the annotated class with JsonCodec appended and with the names of enclosing types prepended and separated by _.
Examples:
@Json class Foo->FooJsonCodecclass Foo { @Json class Bar }->Foo_BarJsonCodec