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 a2af6e8 commit 16bbd4bCopy full SHA for 16bbd4b
3 files changed
jooby/src/main/java/io/jooby/annotations/Body.java
@@ -17,7 +17,7 @@
17
* @Path("/r")
18
* class Resources {
19
*
20
- * @Post
+ * @POST
21
* public void method(@Body MyBean) {
22
* }
23
jooby/src/main/java/io/jooby/annotations/Dispatch.java
@@ -18,7 +18,7 @@
* @Dispatch
- * @Get
+ * @GET
* public ... dispatch() {
* // do blocking calls
24
jooby/src/main/java/io/jooby/annotations/Path.java
@@ -17,8 +17,7 @@
- * @Path("/sub")
+ * @GET("/sub")
* public void method() {
0 commit comments