Skip to content

Instantly share code, notes, and snippets.

@frekele
Created December 1, 2020 07:23
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 frekele/0223441d0d30ee455bdf18ff7775256c to your computer and use it in GitHub Desktop.
Save frekele/0223441d0d30ee455bdf18ff7775256c to your computer and use it in GitHub Desktop.
@Data
@AllArgsConstructor
@NoArgsConstructor
@EqualsAndHashCode(callSuper = true)
public class Emotion {
private String name;
private String icon;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment