0 votes
in JAVA by

Mention some of the significant annotations in annotation-based Spring configuration

1 Answer

0 votes
by

Below are some of the significant annotations in annotation-based Spring configuration in Java

• @Autowired

• @Resource

• @PreDestroy

• @Qualifier

• @Required

• @PostConstruct

...