Heim  >  Fragen und Antworten  >  Hauptteil

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

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

PHP中文网PHP中文网2741 Tage vor1058

Antworte allen(2)Ich werde antworten

  • 大家讲道理

    大家讲道理2017-04-18 10:54:09

    注解本身就是一个类,需要import,找到对应的类看代码即可

    Antwort
    0
  • 怪我咯

    怪我咯2017-04-18 10:54:09

    利用IDE中找引用这个注解的代码,或者找引用这个注解的某个属性的代码。

    Antwort
    0
  • StornierenAntwort