org.onap migration
[vid.git] / vid-app-common / src / main / java / org / onap / vid / roles / EcompRole.java
1 package org.onap.vid.roles;
2
3 public enum EcompRole {
4         READ;
5 }