Class JavaxPostConstructTransformer
java.lang.Object
io.micronaut.inject.annotation.internal.JavaxPostConstructTransformer
- All Implemented Interfaces:
Named
,AnnotationTransformer<Annotation>
,NamedAnnotationTransformer
@Internal
public final class JavaxPostConstructTransformer
extends Object
implements NamedAnnotationTransformer
Transforms
javax.annotation.PostConstruct
into the javax meta-annotation AnnotationUtil.POST_CONSTRUCT
.- Since:
- 3.0
- Author:
- graemerocher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
List<AnnotationValue<?>>
transform
(AnnotationValue<Annotation> annotation, VisitorContext visitorContext) The transform method will be called for each instances of the annotation returned via this method.
-
Constructor Details
-
JavaxPostConstructTransformer
public JavaxPostConstructTransformer()
-
-
Method Details
-
getName
-
transform
public List<AnnotationValue<?>> transform(AnnotationValue<Annotation> annotation, VisitorContext visitorContext) Description copied from interface:AnnotationTransformer
The transform method will be called for each instances of the annotation returned via this method.- Specified by:
transform
in interfaceAnnotationTransformer<Annotation>
- Parameters:
annotation
- The annotation valuesvisitorContext
- The context that is being visited- Returns:
- A list of zero or many annotations and values to map to
-