@Documented @Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface RequestData
NOTE: The only allowed argument types are DataSource, File, ByteString and byte arrays (byte[]).
RequestData objects cannot be null.