moshi-sealed-annotations / dev.zacsweers.moshisealed.annotations / TypeLabel

TypeLabel

@Target([AnnotationTarget.CLASS]) annotation class TypeLabel

Use this annotation to specify the type label of a subtype.

Constructors

<init>

TypeLabel(value: String)

Use this annotation to specify the type label of a subtype.

Properties

value

val value: String