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 306ebc5 commit 42ea683Copy full SHA for 42ea683
1 file changed
README.md
@@ -53,6 +53,7 @@ It is possible to specify security constraints for JAX-RS resources using the st
53
@Consumes(MediaType.APPLICATION_JSON)
54
@Produces(MediaType.APPLICATION_JSON)
55
@Path("customers")
56
+@Secure
57
public class CustomerResource {
58
59
@GET
0 commit comments