Package io.micronaut.spring.annotation.context
package io.micronaut.spring.annotation.context
-
ClassDescriptionMaps
@Autowired
to javax.inject.Inject.Maps@Bean
toBean
.Maps@Component
toBean
with aDefaultScope
ofSingleton
.Maps@Configuration
toFactory
.Makes@Lazy(false)
become aContext
scoped bean.Maps@Primary
toPrimary
.Maps the Spring Profile annotation toRequires
.Maps@Qualifier
to javax.inject.Named.Maps@Repository
the same was asComponentAnnotationMapper
.Maps@Service
the same was asComponentAnnotationMapper
.Maps@Value
toValue
.