Remove another erroneous comment

Co-authored-by: Jami <57204504+jcogs33@users.noreply.github.com>
This commit is contained in:
Owen Mansel-Chan
2025-01-21 09:25:37 +00:00
committed by GitHub
parent 6fa18be0cc
commit 19df33fb43

View File

@@ -24,7 +24,7 @@ import jakarta.ws.rs.core.MultivaluedMap;
import jakarta.ws.rs.core.Response;
import jakarta.ws.rs.ext.MessageBodyReader;
@Path("/resource") // This annotation has no effect, as class/interface annotations are not inherited in jax-rs
@Path("/resource")
public interface JakartaRsInterface {
@GET
int Get(); // $ ResourceMethod