]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - base/runtime/org.argeo.eclipse.ui.rap/src/main/java/org/argeo/eclipse/ui/specific/FileProvider.java
Add dep folder
[lgpl/argeo-commons.git] / base / runtime / org.argeo.eclipse.ui.rap / src / main / java / org / argeo / eclipse / ui / specific / FileProvider.java
index ca7dc08806a51570944800cd892819bf7d2d8d29..ae959fb6d762b7d45836c5b093840f1286461a5b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -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);