source:
phonelux-backend/src/main/java/finki/it/phoneluxbackend/data/UserRole.java
Last change on this file was dfd5d87, checked in by , 2 years ago | |
---|---|
|
|
File size: 101 bytes |
Line | |
---|---|
1 | package finki.it.phoneluxbackend.data; |
2 | |
3 | public enum UserRole { |
4 | USER, |
5 | ADMIN, |
6 | SUPERADMIN |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.