Skip to content

Instantly share code, notes, and snippets.

@mevsungur
Created March 26, 2021 15:29
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 mevsungur/3916641d724628be362bbd483ab932c3 to your computer and use it in GitHub Desktop.
Save mevsungur/3916641d724628be362bbd483ab932c3 to your computer and use it in GitHub Desktop.
Java Sample Enum
enum Beden {
SMALL,MEDIUM,LARGE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment