Clean solution to solve RAP specific file download service issue revealed by the...
[lgpl/argeo-commons.git] / base / runtime / org.argeo.eclipse.ui.rap / src / main / java / org / argeo / eclipse / ui / specific / FileProvider.java
index 37db4c94f622cd59d01ef7a234ca2d366ff1f23d..ae959fb6d762b7d45836c5b093840f1286461a5b 100644 (file)
@@ -21,6 +21,7 @@ import java.io.InputStream;
  * Used for file download : subclasses must implement model specific methods to
  * get a byte array representing a file given is ID.
  */
+@Deprecated
 public interface FileProvider {
 
        public byte[] getByteArrayFileFromId(String fileId);