PolymorphicLabel

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class PolymorphicLabel(val value: String)(source)

An annotation must be applied to subtypes of a sealed class to specify the value that represents the type.

See also

Properties

Link copied to clipboard