I'm try to still googling about it more, and found this thread in stackoverflow. Is it true that I could not use this approach by using spring framework?
Type: Posts; User: xsalefter; Keyword(s):
I'm try to still googling about it more, and found this thread in stackoverflow. Is it true that I could not use this approach by using spring framework?
Hi, my idea is simple, I want to @inject a component instance and "decorate" it with custom qualifier:
@Service
@Transactional
public class OrganizationServiceImpl implements...