Created
July 24, 2020 06:37
-
-
Save theboreddev/0bdf8c9eda1d6f2f26b799b3ba050978 to your computer and use it in GitHub Desktop.
employee_record
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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