@Internal public class TimedAnnotationMapper extends Object implements NamedAnnotationMapper
Timed
annotation in order to support AOP.Constructor and Description |
---|
TimedAnnotationMapper() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
List<AnnotationValue<?>> |
map(AnnotationValue<Annotation> annotation,
VisitorContext visitorContext)
The map method will be called for each instances of the annotation returned via this method.
|
public String getName()
public List<AnnotationValue<?>> map(AnnotationValue<Annotation> annotation, VisitorContext visitorContext)
AnnotationMapper
map
in interface AnnotationMapper<Annotation>
annotation
- The annotation valuesvisitorContext
- The context that is being visited