Package | Description |
---|---|
org.elasticsearch.common.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency
injection framework.
|
org.elasticsearch.common.inject.internal |
Guice (sounds like like "juice")
|
org.elasticsearch.common.inject.spi |
Guice service provider interface
|
Modifier and Type | Method and Description |
---|---|
<V> V |
Binding.acceptScopingVisitor(BindingScopingVisitor<V> visitor)
Accepts a scoping visitor.
|
Modifier and Type | Method and Description |
---|---|
<V> V |
BindingImpl.acceptScopingVisitor(BindingScopingVisitor<V> visitor) |
abstract <V> V |
Scoping.acceptVisitor(BindingScopingVisitor<V> visitor) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBindingScopingVisitor<V>
No-op visitor for subclassing.
|
Copyright © 2009–2015. All rights reserved.