Skip to content

Instantly share code, notes, and snippets.

@crocker
Created May 18, 2016 03:55
Show Gist options
  • Save crocker/e5ff523387bf17444bc70d2ec89ae96d to your computer and use it in GitHub Desktop.
Save crocker/e5ff523387bf17444bc70d2ec89ae96d to your computer and use it in GitHub Desktop.
Named Guice dependencies in Scala
val elastic = injector.getInstance[ElasticClient](
Key.get(classOf[ElasticClient],
Names.named("elastic"))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment