Annotation Type Route.Routes

Enclosing class:
Route

@Retention(CLASS) @Target({TYPE,METHOD}) public static @interface Route.Routes
Container annotation for binding several path patterns to the same target. Use it when a single Form should be reachable from multiple URLs without repeating the body.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details