Skip to content

Instantly share code, notes, and snippets.

@makensi
Created April 22, 2013 06:59
Show Gist options
  • Save makensi/5432928 to your computer and use it in GitHub Desktop.
Save makensi/5432928 to your computer and use it in GitHub Desktop.
class User implements Serializable {
private Long id;
private String name;
private String environment;
public User(){
}
// ...
// getters and setters
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment