Package io.micronaut.inject.annotation
Interface NamedAnnotationTransformer
-
- All Superinterfaces:
AnnotationTransformer<java.lang.annotation.Annotation>,io.micronaut.core.naming.Named
- All Known Implementing Classes:
CoreNonNullTransformer,CoreNullableTransformer,JakartaPostConstructTransformer,JakartaPreDestroyTransformer,KotlinNotNullMapper,KotlinNullableMapper
public interface NamedAnnotationTransformer extends AnnotationTransformer<java.lang.annotation.Annotation>, io.micronaut.core.naming.Named
A namedAnnotationTransformeroperates against any named annotation, and does not require the annotation to be on the annotation processor classpath.- Since:
- 2.0
-
-
Method Summary
-
Methods inherited from interface io.micronaut.inject.annotation.AnnotationTransformer
transform
-
-