Deprecate all MD-SAL APIs
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / java / org / opendaylight / controller / md / sal / common / api / data / AsyncTransaction.java
index 2fe3760c9d307ab115c0ed2a9be013a0ce50ee3c..e47c9fbd9c80cc531cd6232669a2986eab16352b 100644 (file)
@@ -29,6 +29,7 @@ import org.opendaylight.yangtools.concepts.Path;
  * @param <P> Type of path (subtree identifier), which represents location in tree
  * @param <D> Type of data (payload), which represents data payload
  */
+@Deprecated
 public interface AsyncTransaction<P extends Path<P>,D> extends //
     Identifiable<Object> {