Class ApplicationPathAnnotationMapper

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

@Internal public class ApplicationPathAnnotationMapper extends Object implements NamedAnnotationMapper
Maps the JAX-RS ApplicationPath annotation turning the application class into a singleton.
Since:
1.0.0
Author:
graemerocher