@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class Multipart
Denotes that the request body is multi-part. Parts should be declared as parameters and annotated with @Part.
Multipart()
Denotes that the request body is multi-part. Parts should be declared as parameters and annotated with |