suchen

Heim  >  Fragen und Antworten  >  Hauptteil

java自定义参数注解@Target(ElementType.PARAMETER)无效?

阿神阿神2803 Tage vor1165

Antworte allen(2)Ich werde antworten

  • PHPz

    PHPz2017-04-18 10:45:16

    没记错的话 @annotation表达式只会找方法上的注解。你在方法上自定义一个注解试试?

    Antwort
    0
  • ringa_lee

    ringa_lee2017-04-18 10:45:16

    方法上的注解,可以实现 springHandlerMethodArgumentResolver 接口,
    可以参考通过自定义 @CurrentUser 获取当前登录用户

    Antwort
    0
  • StornierenAntwort