Package io.micronaut.http.annotation
Annotation Type Part
-
@Documented @Retention(RUNTIME) @Target(PARAMETER) @Bindable @Inherited public @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
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
value
-