@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 remapsNonNull
tojavax.annotation.Nonnull
.CoreNullableTransformer A transformer that remapsNullable
tojavax.annotation.Nullable
.FindBugsRemapper A remapper that remaps findbugs annotations to javax.annotation which are represented internally.JakartaPostConstructTransformer TransformsPostConstruct
into the javax meta-annotationAnnotationUtil.POST_CONSTRUCT
.JakartaPreDestroyTransformer TransformsPreDestroy
into 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 thePersistenceContext
annotation in Micronaut.TimedAnnotationMapper Maps Micrometer'sTimed
annotation in order to support AOP.