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