source: src/main/java/com/example/salonbella/security/ApplicationUserRole.java@ 4d7e387

Last change on this file since 4d7e387 was 4d7e387, checked in by makyjovanovsky <mjovanovski04@…>, 18 months ago

commit 1

  • Property mode set to 100644
File size: 98 bytes
Line 
1package com.example.salonbella.security;
2
3public enum ApplicationUserRole {
4 USER,
5 ADMIN
6}
Note: See TracBrowser for help on using the repository browser.