Annotation Interface PartFilename


@Target({FIELD,PARAMETER}) @Retention(RUNTIME) public @interface PartFilename
Used on fields of MultipartForm POJOs to designate the filename of a part. This is only applicable in the client, not the server.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details