Annotation Type HttpPut
-
@Target(METHOD) @Retention(RUNTIME) public @interface HttpPutAnnotation for mapping HTTPPUTrequests onto specific handler methods.Specifically,
@HttpPutis a composed annotation that acts as a shortcut for@HttpRoute(method = HttpMethodWrapper.PUT).- Since:
- 1.1
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]valueReturns the path pattern of this route.
-