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  
    • Element Detail

      • value

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