Skip to content

Instantly share code, notes, and snippets.

@gulench
Created September 4, 2011 14:57
Show Gist options
  • Save gulench/1192964 to your computer and use it in GitHub Desktop.
Save gulench/1192964 to your computer and use it in GitHub Desktop.
POJO with Lombok
@Data
public class Customer {
private String name;
private String surname;
private String nickname;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment