package java_src; public record Address(String street, String number, String city) { }