Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / topology / TopoEdgeUpdate.java
index f972ae6a6679b9b1d4cc55afe39a63b276d17ce0..90596bdb6bb0b753d38891d538f99a7cff42af4c 100644 (file)
@@ -18,6 +18,7 @@ import org.opendaylight.controller.sal.core.UpdateType;
  * The class represents an Edge, the Edge's Property Set and its UpdateType.
  * If update is on new properties added to an existing edge, appropriate type is CHANGED.
  */
+@Deprecated
 public class TopoEdgeUpdate {
     private Edge edge;
     private Set<Property> props;