Annotation Interface PartType


@Target({FIELD,PARAMETER}) @Retention(RUNTIME) public @interface PartType
Used on fields of MultipartForm POJOs or form parameters to designate the media type the corresponding body part maps to.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details