We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa18be commit 19df33fCopy full SHA for 19df33f
java/ql/test/library-tests/frameworks/JaxWs/JakartaRsInterface.java
@@ -24,7 +24,7 @@
24
import jakarta.ws.rs.core.Response;
25
import jakarta.ws.rs.ext.MessageBodyReader;
26
27
-@Path("/resource") // This annotation has no effect, as class/interface annotations are not inherited in jax-rs
+@Path("/resource")
28
public interface JakartaRsInterface {
29
@GET
30
int Get(); // $ ResourceMethod
0 commit comments