See: Description
| Class | Description | 
|---|---|
| CoreNonNullTransformer | A transformer that remaps  NonNulltojavax.annotation.Nonnull. | 
| CoreNullableTransformer | A transformer that remaps  Nullabletojavax.annotation.Nullable. | 
| FindBugsRemapper | A remapper that remaps findbugs annotations to javax.annotation which are represented internally. | 
| JakartaPostConstructTransformer | Transforms  PostConstructinto the javax meta-annotationAnnotationUtil.POST_CONSTRUCT. | 
| JakartaPreDestroyTransformer | Transforms  PreDestroyinto 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 the  PersistenceContextannotation in Micronaut. | 
| TimedAnnotationMapper | Maps Micrometer's  Timedannotation in order to support AOP. |