Joaquín Reñé
2025-10-07 146a0fb8b0e90f9196e569152f649baf60d6cc8f
securis/src/main/java/net/curisit/securis/beans/User.java
....@@ -1,5 +1,16 @@
1
+/*
2
+ * Copyright @ 2013 CurisTEC, S.A.S. All Rights Reserved.
3
+ */
14 package net.curisit.securis.beans;
25
6
+/**
7
+* User
8
+* <p>
9
+* Placeholder bean for a system user. Intentionally empty in this snapshot.
10
+* Extend with fields (username, roles, etc.) and proper JSON/JPA annotations as needed.
11
+*
12
+* Note: Kept as-is to preserve current behavior.
13
+*/
314 public class User {
415
516 }