Interface NamedAnnotationTransformer

All Superinterfaces:
AnnotationTransformer<Annotation>, Named
All Known Implementing Classes:
CoreNonNullTransformer, CoreNullableTransformer, JakartaNonnullTransformer, JakartaNullableTransformer, JakartaPostConstructTransformer, JakartaPreDestroyTransformer, KotlinDeprecatedTransformer, KotlinNotNullMapper, KotlinNullableMapper

public interface NamedAnnotationTransformer extends AnnotationTransformer<Annotation>, Named
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