less than 1 minute read

  1. Issue
    • Setting beans which implemented(or extended) Action interface(class). Qualifier
    • Registered Actions bean for saving beans implemented(or extended) Action interface(class). Qualifier
    • by BeanPostProcessor, Put specific beans(a_Actions, b_Actions, c_Action. These are implement Action). Qualifier
    • Make ActionStarter bean which being DI of Actions bean.
    • If not qualifier Actions bean name while DI, ActionStarter bean is getting all same type beans(DI bean type) Qualifier
  2. Test Source