在看spring 开发文档时,有很多的注解,但是注解的处理逻辑应该是在处理类中,怎么找
大家讲道理2017-04-18 10:54:09
The annotation itself is a class and needs to be imported. Just find the corresponding class and look at the code
怪我咯2017-04-18 10:54:09
Use the IDE to find the code that references this annotation, or find the code that references a certain attribute of this annotation.