Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / utils / IObjectReader.java
index af73dc781595ab2ae2f96673ae221222b77e4439..4cd1c9f21d9bae858ccd53f22d9fead28f2c0c8b 100644 (file)
@@ -23,6 +23,7 @@ import java.io.ObjectInputStream;
  *
  *
  */
+@Deprecated
 public interface IObjectReader {
     public Object readObject(ObjectInputStream ois)
             throws FileNotFoundException, IOException, ClassNotFoundException;