Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / action / ActionType.java
index 8b6d3c4a1cd7fc98d6820562e73068be331e7372..0c059ea9d20e946c110db4c1df0fee6b9d5dcd54 100644 (file)
@@ -11,6 +11,7 @@ package org.opendaylight.controller.sal.action;
  * The enumeration of actions supported by the controller
  * Each entry has a unique id and the values range for the action element where applicable
  */
+@Deprecated
 public enum ActionType {
     DROP("drop", 0, 0),
     LOOPBACK("loopback", 0, 0),