Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save qzagarese/efa3a2d09d643e3fbc6648d398aaa991 to your computer and use it in GitHub Desktop.
Save qzagarese/efa3a2d09d643e3fbc6648d398aaa991 to your computer and use it in GitHub Desktop.
MyFramework framework = MyFramework.builder()
.optionA(…)
.optionB(…)
.set("optionName", …)
.build();
framework.init(…);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment