Annotation Interface 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
     
  • Element Details

    • value

      @AliasFor(annotation=io.micronaut.core.bind.annotation.Bindable.class, member="value") String value
      Returns:
      The name of the part, otherwise it is inferred from the parameter name
      Default:
      ""