Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kamalhm
Created January 10, 2021 17:55
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 kamalhm/9054250b63f57e1e6d39b4f6abb17095 to your computer and use it in GitHub Desktop.
Save kamalhm/9054250b63f57e1e6d39b4f6abb17095 to your computer and use it in GitHub Desktop.
@Value
@Builder
public class Member {
@Id
private Long id;
private String name;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment