OpenSearch/plugins/jvm-example
Ryan Ernst 99ac65931a Plugins: Add components creator as bridge between guice and new plugin init world
This change adds a createComponents() method to Plugin implementations
which they can use to return already constructed componenents/services.
Eventually this should be just services ("components" don't really do
anything), but for now it allows any object so that preconstructed
instances by plugins can still be bound to guice. Over time we should
add basic services as arguments to this method, but for now I have left
it empty so as to not presume what is a necessary service.
2016-07-11 14:14:06 -07:00
..
src Plugins: Add components creator as bridge between guice and new plugin init world 2016-07-11 14:14:06 -07:00
build.gradle Remove a few more Xlint skips 2016-01-06 23:28:13 -05:00