@Retention(CLASS) @Target({TYPE, METHOD})
public @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.
Methods
public abstract Route[] value() |
Method details
value
public abstract Route[] value()