Skip to content

Instantly share code, notes, and snippets.

@aristotll
Forked from gulench/Customer.java
Created December 18, 2017 13:42
Show Gist options
  • Save aristotll/1400637047cfb3171f7299175151dd05 to your computer and use it in GitHub Desktop.
Save aristotll/1400637047cfb3171f7299175151dd05 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