We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7650fda commit a9eb769Copy full SHA for a9eb769
application/src/main/java/net/furizon/backend/infrastructure/security/Permission.java
@@ -27,6 +27,8 @@ public enum Permission {
27
*/
28
REVIEW_UPLOADS("REVIEW_UPLOADS");
29
30
+
31
+ // TODO -> Why do you need it if enums can be as value (Enum.name())
32
// TODO -> Maybe Int ids?
33
private final String value;
34
0 commit comments