Skip to content

Instantly share code, notes, and snippets.

@Kotlin-Native
Created July 10, 2015 06:55
Show Gist options
  • Select an option

  • Save Kotlin-Native/e76de28ce77e612d9e26 to your computer and use it in GitHub Desktop.

Select an option

Save Kotlin-Native/e76de28ce77e612d9e26 to your computer and use it in GitHub Desktop.
Address address = new AddressBuilder()
.setStreet(...)
.setStreetNumer(...)
.setZipCode(...)
.setCity(...)
.setState(...)
.setCountry(...)
.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment