Skip to content

Instantly share code, notes, and snippets.

@lusabo
Last active May 1, 2018 18:32
Show Gist options
  • Save lusabo/3dc49cda1ddd79ad35ef92aa9a98371a to your computer and use it in GitHub Desktop.
Save lusabo/3dc49cda1ddd79ad35ef92aa9a98371a to your computer and use it in GitHub Desktop.
Profile
package com.eco.security;
public enum Profile {
ROLE_ADMIN, ROLE_PATIENT, ROLE_DOCTOR;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment