Skip to content

Instantly share code, notes, and snippets.

@theboreddev
Created July 24, 2020 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theboreddev/2e6c4a750cdc06e9b06891d71309c1ae to your computer and use it in GitHub Desktop.
Save theboreddev/2e6c4a750cdc06e9b06891d71309c1ae to your computer and use it in GitHub Desktop.
age_range
public enum AgeRange {
UNDER_TWENTY,
UNDER_THIRTY,
UNDER_FORTY,
UNDER_FIFTY,
FIFTY_OR_MORE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment