Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save Kotlin-Native/e2182a913564e94cd657 to your computer and use it in GitHub Desktop.
public class AddressBuilder {
public static AddressBuilder newAddress() {
return new AddressBuilder();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment