57 * Specifies the request path relative to the module path. |
57 * Specifies the request path relative to the module path. |
58 * |
58 * |
59 * If a menu key is specified, this is also the path, which is linked |
59 * If a menu key is specified, this is also the path, which is linked |
60 * by the menu entry. |
60 * by the menu entry. |
61 * |
61 * |
62 * The path must be specified <em>without</em> a trailing slash. |
62 * The path must be specified <em>without</em> leading and trailing slash. |
63 * |
63 * |
64 * @return the request path the annotated method should handle |
64 * @return the request path the annotated method should handle |
65 */ |
65 */ |
66 String requestPath() default ""; |
66 String requestPath() default ""; |
67 |
67 |