Class KotlinNullableMapper

java.lang.Object
io.micronaut.inject.annotation.internal.KotlinNullableMapper
All Implemented Interfaces:
Named, AnnotationTransformer<Annotation>, NamedAnnotationTransformer

@Internal public class KotlinNullableMapper extends Object implements NamedAnnotationTransformer
An annotation mapper that maps Kotlin's Nullable to a common annotation.
Since:
1.1.4
Author:
graemerocher