Make sure invokeOperation is set once
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / core / IContainerLocalListener.java
index eaa3f02b454ed3cf9e54ad5dc0675edda059b3c6..531f111509294ee7c7ab2175a4009e829dc9fca6 100644 (file)
@@ -19,6 +19,7 @@ package org.opendaylight.controller.sal.core;
  * The interface describes methods used to publish the changes to a given
  * Container configuration to listeners on the local cluster node only.
  */
+@Deprecated
 public interface IContainerLocalListener extends IContainerListener {
 
 }