route-detect icon indicating copy to clipboard operation
route-detect copied to clipboard

Jax-RS improvements for interface declarations

Open Gby56 opened this issue 2 years ago • 0 comments

I stumbled upon an issue with the jax-rs rules, the code I'm testing is declaring the Paths in an interface and then implements it ! So I think the rule has to be rewritten to something like that, without a code block basically.

      - pattern: |
          @$METHOD
          @Path($PATH)
          $RETURNTYPE $FUNC(...)

Gby56 avatar Aug 10 '23 16:08 Gby56