Skip to content

Instantly share code, notes, and snippets.

@mohamed-gara
Created September 25, 2021 12:02
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 mohamed-gara/e9a4f8fb0bff2967be6f68ae062680e8 to your computer and use it in GitHub Desktop.
Save mohamed-gara/e9a4f8fb0bff2967be6f68ae062680e8 to your computer and use it in GitHub Desktop.
Person class with Lombok
@Value
@Builder
public class Person {
String firstName;
String lastName;
Integer age;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment