/* * Copyright @ 2013 CurisTEC, S.A.S. All Rights Reserved. */ package net.curisit.securis.beans; /** * User *
* Placeholder bean for a system user. Intentionally empty in this snapshot. * Extend with fields (username, roles, etc.) and proper JSON/JPA annotations as needed. * * Note: Kept as-is to preserve current behavior. */ public class User { }