Skip to content

Instantly share code, notes, and snippets.

@theboreddev
Created July 24, 2020 06:37
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 theboreddev/0bdf8c9eda1d6f2f26b799b3ba050978 to your computer and use it in GitHub Desktop.
Save theboreddev/0bdf8c9eda1d6f2f26b799b3ba050978 to your computer and use it in GitHub Desktop.
employee_record
public record EmployeeRecord(String firstName, String surname, int age, AddressRecord address, double salary) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment