Skip to content

Instantly share code, notes, and snippets.

@gastaldi
Created December 12, 2012 17:10
Show Gist options
  • Select an option

  • Save gastaldi/4269638 to your computer and use it in GitHub Desktop.

Select an option

Save gastaldi/4269638 to your computer and use it in GitHub Desktop.
UI.create("persistence")
.withInteractions(
Interaction.defaultInteraction()
.withParam(Param.named("a")),
Interaction.named("setup")
.withParam(Param.named("provider").required())
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment