Package io.micronaut.inject.annotation.internal
@Internal
package io.micronaut.inject.annotation.internal
Internal annotation mappers, not for public consumption.
- Since:
- 1.1.0
- Author:
- graemerocher
-
ClassesClassDescriptionA transformer that remaps
NonNull
tojavax.annotation.Nonnull
.A transformer that remapsNullable
tojavax.annotation.Nullable
.A remapper that remaps findbugs annotations to javax.annotation which are represented internally.The remapped for various interceptor annotation stereotypes.A transformer that remapsNonnull
tojavax.annotation.Nonnull
.A transformer that remapsNullable
tojavax.annotation.Nullable
.TransformsPostConstruct
into the javax meta-annotationAnnotationUtil.POST_CONSTRUCT
.TransformsPreDestroy
into the javax meta-annotationAnnotationUtil.PRE_DESTROY
.Remaps from jakarta.inject to javax.inject.Allows treating the Kotlin deprecated annotation as the Java one.An annotation mapper that maps Kotlin's NotNull to a common annotation.An annotation mapper that maps Kotlin's Nullable to a common annotation.Allows using the `javax.persistence.PersistenceContext` annotation in Micronaut.The remapped adds a non-binding attribute to any qualifiers that are stereotypes.Maps Micrometer'sTimed
annotation in order to support AOP.