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

Related questions

+2 votes
asked May 13, 2021 in JAVA by rajeshsharma
0 votes
asked Jul 28, 2020 in Spring by sharadyadav1986
...