package uk.org.gss_data.pmd_drafter.model class User { /* Username of the user */ String username = null /* role of the user */ String role = null }