@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Attachment
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
fileExtension
Optional attachment file extension.
|
java.lang.String |
type
Valid attachment MimeType, for example "text/plain" or "application/json".
|
java.lang.String |
value
The attachment name.
|