Class KotlinNotNullMapper

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

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