Class CoreNullableTransformer

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

@Internal public class CoreNullableTransformer extends Object implements NamedAnnotationTransformer
A transformer that remaps Nullable to AnnotationUtil.NULLABLE.
Since:
2.4.0
Author:
graemerocher
  • Constructor Details

    • CoreNullableTransformer

      public CoreNullableTransformer()
  • Method Details