AutowiredAnnotationMapper |
Maps @Autowired to javax.inject.Inject.
|
BeanAnnotationMapper |
Maps @Bean to Bean .
|
ComponentAnnotationMapper |
Maps @Component to Bean with a DefaultScope of Singleton .
|
ConfigurationAnnotationMapper |
Maps @Configuration to Factory .
|
LazyAnnotationMapper |
Makes @Lazy(false) become a Context scoped bean.
|
PrimaryAnnotationMapper |
Maps @Primary to Primary .
|
ProfileAnnotationMapper |
Maps the Spring Profile annotation to Requires .
|
QualifierAnnotationMapper |
Maps @Qualifier to javax.inject.Named.
|
RepositoryAnnotationMapper |
|
ServiceAnnotationMapper |
|
ValueAnnotationMapper |
Maps @Value to Value .
|