| Class | Description |
|---|---|
| AutowiredAnnotationMapper |
Maps
@Autowired to 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 Named. |
| RepositoryAnnotationMapper |
Maps
@Repository the same was as ComponentAnnotationMapper. |
| ServiceAnnotationMapper |
Maps
@Service the same was as ComponentAnnotationMapper. |
| ValueAnnotationMapper |
Maps
@Value to Value. |