Class OptionsAnnotationMapper

java.lang.Object
io.micronaut.jaxrs.processor.OptionsAnnotationMapper
All Implemented Interfaces:
Named, AnnotationMapper<Annotation>, NamedAnnotationMapper

@Internal public class OptionsAnnotationMapper extends Object implements NamedAnnotationMapper
Maps the JAX-RS OPTIONS annotation to Micronaut's version.
Since:
1.0.0
Author:
graemerocher