Annotation Type HttpRoute
-
@Target({METHOD,ANNOTATION_TYPE}) @Retention(RUNTIME) public @interface HttpRouteAnnotation for HTTP route.- Since:
- 1.1
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description HttpMethodWrapper[]methodReturns the methods of this route.java.lang.String[]valueReturns the path pattern of this route.
-
-
-
-
method
HttpMethodWrapper[] method
Returns the methods of this route.- Returns:
- the methods of this route
- Default:
- {}
-
-