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.
|
| JakartaRemapper | |
| 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.
|
| MessageBodyTransformer |
Transforms the new MessageBody annotation to the old annotation for compatibility.
|
| MessageHeadersTransformer |
Transforms the message headers annotation to the old format to backwards compatibility.
|
| MessageHeaderTransformer |
Transforms the message header annotation to the old format to backwards compatibility.
|
| PersistenceContextAnnotationMapper |
Allows using the
javax.persistence.PersistenceContext annotation in Micronaut. |
| TimedAnnotationMapper |
Maps Micrometer's
Timed annotation in order to support AOP. |