com.atlassian.plugins.rest.common.multipart
Annotation Type MultipartFormParam


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface MultipartFormParam

Annotation for injecting a cached file. Must be on a parameter of type MultipartFormPart

Since:
2.4

Required Element Summary
 java.lang.String value
          The name of the file parameter
 

Element Detail

value

public abstract java.lang.String value
The name of the file parameter

Returns:
The name of the file parameter


Copyright © 2014 Atlassian. All Rights Reserved.