Class ServiceAnnotationMapper
- java.lang.Object
-
- io.micronaut.spring.annotation.AbstractSpringAnnotationMapper
-
- io.micronaut.spring.annotation.context.ComponentAnnotationMapper
-
- io.micronaut.spring.annotation.context.ServiceAnnotationMapper
-
- All Implemented Interfaces:
io.micronaut.core.naming.Named
,io.micronaut.inject.annotation.AnnotationMapper<java.lang.annotation.Annotation>
,io.micronaut.inject.annotation.NamedAnnotationMapper
public class ServiceAnnotationMapper extends ComponentAnnotationMapper
Maps@Service
the same was asComponentAnnotationMapper
.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description ServiceAnnotationMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
-
Methods inherited from class io.micronaut.spring.annotation.context.ComponentAnnotationMapper
mapInternal
-
Methods inherited from class io.micronaut.spring.annotation.AbstractSpringAnnotationMapper
map
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceio.micronaut.core.naming.Named
- Overrides:
getName
in classComponentAnnotationMapper
-
-