search

Home  >  Q&A  >  body text

java - spring 中的各种注解,我们怎么找到他对应的处理类,例如@conditon

在看spring 开发文档时,有很多的注解,但是注解的处理逻辑应该是在处理类中,怎么找

PHP中文网PHP中文网2803 days ago1095

reply all(2)I'll reply

  • 大家讲道理

    大家讲道理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

    reply
    0
  • 怪我咯

    怪我咯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.

    reply
    0
  • Cancelreply