See: Description
| Class | Description | 
|---|---|
| FindBugsRemapper | A remapper that remaps findbugs annotations to javax.annotation which are represented internally. | 
| 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. |