Skip to content

Instantly share code, notes, and snippets.

@dennysfredericci
Last active June 17, 2020 21:21
Show Gist options
  • Save dennysfredericci/9aa4462b88e6e41b2bb7638333ffb91b to your computer and use it in GitHub Desktop.
Save dennysfredericci/9aa4462b88e6e41b2bb7638333ffb91b to your computer and use it in GitHub Desktop.
public enum Gender {
FEMALE,
MALE,
NOT_AVAILABLE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment