@Documented
@Retention(value=RUNTIME)
@Target(value=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.