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 + */1 4 package net.curisit.securis.beans; 2 5 6 +/**7 +* User8 +* <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 +*/3 14 public class User { 4 15 5 16 }