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
-
ClassDescriptionA transformer that remaps androidx.annotation.Nullable to
javax.annotation.Nullable
.A transformer that remapsNonNull
toAnnotationUtil.NON_NULL
.A transformer that remapsNullable
toAnnotationUtil.NULLABLE
.A remapper that remaps findbugs annotations to internal annotations.The remapped for various interceptor annotation stereotypes.Allows using the `jakarta.persistence.PersistenceContext` annotation in Micronaut.A transformer that remapsjavax.annotation.Nonnull
toAnnotationUtil.NON_NULL
.A transformer that remapsjavax.annotation.Nullable
toAnnotationUtil.NULLABLE
.Allows using the `javax.persistence.PersistenceContext` annotation in Micronaut.Transformsjavax.annotation.PostConstruct
into the javax meta-annotationAnnotationUtil.POST_CONSTRUCT
.Transformsjavax.annotation.PreDestroy
into the javax meta-annotationAnnotationUtil.PRE_DESTROY
.Remaps fromjavax.inject
tojakarta.inject
.A transformer that remaps org.eclipse.jdt.annotation.Nullable tojavax.annotation.Nullable
.A transformer that remaps org.jspecify.annotations.Nullable tojavax.annotation.Nullable
.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.The remapped adds a non-binding attribute to any qualifiers that are stereotypes.A transformer that remaps io.reactivex.annotations.Nullable tojavax.annotation.Nullable
.A transformer that remaps reactor.util.annotation.Nullable tojavax.annotation.Nullable
.A transformer that remaps io.reactivex.rxjava3.annotations.Nullable tojavax.annotation.Nullable
.A transformer that remaps edu.umd.cs.findbugs.annotations.Nullable tojavax.annotation.Nullable
.