| Class | Description | 
|---|---|
| AutowiredAnnotationMapper | Maps  @Autowiredto javax.inject.Inject. | 
| BeanAnnotationMapper | Maps  @BeantoBean. | 
| ComponentAnnotationMapper | Maps  @ComponenttoBeanwith aDefaultScopeofSingleton. | 
| ConfigurationAnnotationMapper | Maps  @ConfigurationtoFactory. | 
| LazyAnnotationMapper | Makes  @Lazy(false)become aContextscoped bean. | 
| PrimaryAnnotationMapper | Maps  @PrimarytoPrimary. | 
| ProfileAnnotationMapper | Maps the Spring Profile annotation to  Requires. | 
| QualifierAnnotationMapper | Maps  @Qualifierto javax.inject.Named. | 
| RepositoryAnnotationMapper | Maps  @Repositorythe same was asComponentAnnotationMapper. | 
| ServiceAnnotationMapper | Maps  @Servicethe same was asComponentAnnotationMapper. | 
| ValueAnnotationMapper | Maps  @ValuetoValue. |