Package io.micronaut.inject.annotation
Interface NamedAnnotationTransformer
- All Superinterfaces:
AnnotationTransformer<Annotation>
,Named
- All Known Implementing Classes:
AndroidxNullableTransformer
,CoreNonNullTransformer
,CoreNullableTransformer
,JavaxNonnullTransformer
,JavaxNullableTransformer
,JavaxPostConstructTransformer
,JavaxPreDestroyTransformer
,JdtNullableTransformer
,JspecifyNullableTransformer
,KotlinDeprecatedTransformer
,KotlinNotNullMapper
,KotlinNullableMapper
,ReactivexNullableTransformer
,ReactorNullableTransformer
,Rxjava3NullableTransformer
,SpotbugsNullableTransformer
A named
AnnotationTransformer
operates against any named annotation, and does not require the
annotation to be on the annotation processor classpath.- Since:
- 2.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface io.micronaut.inject.annotation.AnnotationTransformer
transform