@Internal
Package io.micronaut.inject.annotation.internal
Internal annotation mappers, not for public consumption.
- Since:
- 1.1.0
-
Class Summary Class Description CoreNonNullTransformer A transformer that remapsNonNulltojavax.annotation.Nonnull.CoreNullableTransformer A transformer that remapsNullabletojavax.annotation.Nullable.FindBugsRemapper A remapper that remaps findbugs annotations to javax.annotation which are represented internally.JakartaPostConstructTransformer TransformsPostConstructinto the javax meta-annotationAnnotationUtil.POST_CONSTRUCT.JakartaPreDestroyTransformer TransformsPreDestroyinto the javax meta-annotationAnnotationUtil.PRE_DESTROY.JakartaRemapper Remaps from jakarta.inject to javax.inject.KotlinNotNullMapper An annotation mapper that maps Kotlin's NotNull to a common annotation.KotlinNullableMapper An annotation mapper that maps Kotlin's Nullable to a common annotation.PersistenceContextAnnotationMapper Allows using thePersistenceContextannotation in Micronaut.TimedAnnotationMapper Maps Micrometer'sTimedannotation in order to support AOP.