Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like like "juice")
|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Method and Description |
---|---|
<T> java.lang.Boolean |
LookupProcessor.visit(ProviderLookup<T> lookup) |
Modifier and Type | Method and Description |
---|---|
<T> V |
DefaultElementVisitor.visit(ProviderLookup<T> providerLookup) |
<T> V |
ElementVisitor.visit(ProviderLookup<T> lookup)
Visit a lookup of the provider for a type.
|