珠峰高级工程师2022
demo
@Repository("dao")public class StudentDao {}
@Servicepublic class StudentService {
@Qualifier("dao")
@Autowired
private StudentDao studentDao;}
源码
@Target({ElementType.TYPE, ElementType.METHOD})@Retention(RetentionPolicy.RUNTIME)@Documentedpublic @interface Primary {}