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