Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / authorization / AppRoleLevel.java
index 124b495147db61d99b53b24138bf47e5dda4083c..98ac26e5328345a2ad6856d033fbd1e53df5a882 100644 (file)
@@ -17,6 +17,7 @@ import java.io.Serializable;
  * In the controller space such a role will be seen as <code>APPUSER<code>
  * as specified in {@link UserLevel}
  */
+@Deprecated
 public enum AppRoleLevel implements Serializable {
     APPADMIN(0, "App-Admin", "Application Administrator"), APPUSER(1,
             "App-User", "Application User"), APPOPERATOR(2, "App-Operator",