Class CoreNonNullTransformer

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

@Internal public class CoreNonNullTransformer extends Object implements NamedAnnotationTransformer
A transformer that remaps NonNull to AnnotationUtil.NON_NULL.
Since:
2.4.0
Author:
graemerocher
  • Constructor Details

    • CoreNonNullTransformer

      public CoreNonNullTransformer()
  • Method Details