Annotation Type Head
-
@Repeatable(Heads.class) @Retention(RUNTIME) public @interface Head
Annotation to configure a route to handle HEAD requests Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all HEAD requests.- Author:
- odeda
-
-
Element Detail
-
value
String value
Path on which to handle HEAD requests- Returns:
- path
- Default:
- "/*"
-
-