Skip to content

Instantly share code, notes, and snippets.

@kasundharmadasa
Last active June 1, 2017 16:53
Show Gist options
  • Save kasundharmadasa/c58603ac95be4764cb10172b5c3befd6 to your computer and use it in GitHub Desktop.
Save kasundharmadasa/c58603ac95be4764cb10172b5c3befd6 to your computer and use it in GitHub Desktop.
package com.sample.model;
/**
* Created by kasun on 5/24/17.
*/
public enum LiquorType {
WINE,BEER,WHISKY
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment