Package io.micronaut.http.annotation
Annotation Interface Part
An annotation that can be applied to method argument to indicate that the method argument is bound from a specific
part of a "multipart/form-data" request.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
Optional Element Summary
-
Element Details
-
value
- Returns:
- The name of the part, otherwise it is inferred from the parameter name
- Default:
- ""
-