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
javax.persistence.PersistenceContext annotation in Micronaut. |
TimedAnnotationMapper |
Maps Micrometer's
Timed annotation in order to support AOP. |