Class JavaxPreDestroyTransformer

java.lang.Object
io.micronaut.inject.annotation.internal.JavaxPreDestroyTransformer
All Implemented Interfaces:
Named, AnnotationTransformer<Annotation>, NamedAnnotationTransformer

@Internal public final class JavaxPreDestroyTransformer extends Object implements NamedAnnotationTransformer
Transforms javax.annotation.PreDestroy into the javax meta-annotation AnnotationUtil.PRE_DESTROY.
Since:
3.0
Author:
graemerocher