Package io.micronaut.inject.annotation
Interface TypedAnnotationTransformer<T extends Annotation>
- Type Parameters:
T
- The annotation type.
- All Superinterfaces:
AnnotationTransformer<T>
- All Known Implementing Classes:
IntrospectedToBeanPropertiesTransformer
A typed
AnnotationTransformer
operates against a concrete annotation type. Mapper implementations
that implement this class require the annotations to exist on the annotation processor classpath. If this
is problematic consider NamedAnnotationMapper
.- Since:
- 2.0
- Author:
- graemerocher
-
Method Summary
Methods inherited from interface io.micronaut.inject.annotation.AnnotationTransformer
transform
-
Method Details
-
annotationType
The annotation type to be mapped.- Returns:
- The annotation type
-