AnnotationMapper

annotation class AnnotationMapper(val value: KClass<out Annotation>)(source)

Annotated on annotation type. Just like... An annotation extends other annotation?

Author

ForteScarlet

Types

Link copied to clipboard

Annotation's property's mapper. Should use on annotation's property method.

Properties

Link copied to clipboard
val value: Array<out KClass<out Annotation>>