Mark AD-SAL interfaces as deprecated
[controller.git] / opendaylight / adsal / sal / api / src / main / java / org / opendaylight / controller / sal / authorization / AppRole.java
index ae867c56d3649d9a1567f14450bc1bb59c1b419d..c36f98163228f19aa0f0d58ebcd24e5695b65e35 100644 (file)
@@ -16,6 +16,7 @@ import java.io.Serializable;
  * It contains the role name and the role level in the
  * application context as specified by {@link AppRoleLevel}
  */
+@Deprecated
 public class AppRole implements Serializable {
     private static final long serialVersionUID = 1L;
     String name;