See: Description
Class | Description |
---|---|
CoreNonNullTransformer |
A transformer that remaps
NonNull to javax.annotation.Nonnull . |
CoreNullableTransformer |
A transformer that remaps
Nullable to javax.annotation.Nullable . |
FindBugsRemapper |
A remapper that remaps findbugs annotations to javax.annotation which are represented internally.
|
JakartaPostConstructTransformer |
Transforms
PostConstruct into the javax meta-annotation AnnotationUtil.POST_CONSTRUCT . |
JakartaPreDestroyTransformer |
Transforms
PreDestroy into the javax meta-annotation AnnotationUtil.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
PersistenceContext annotation in Micronaut. |
TimedAnnotationMapper |
Maps Micrometer's
Timed annotation in order to support AOP. |