Package | Description |
---|---|
com.google.inject |
Google Guice (pronounced "juice") is an ultra-lightweight dependency
injection framework.
|
com.google.inject.spi |
Guice service provider interface
|
Modifier and Type | Method and Description |
---|---|
ConfigurationException |
ConfigurationException.withPartialValue(java.lang.Object partialValue)
Returns a copy of this configuration exception with the specified partial value.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<InjectionPoint> |
StaticInjectionRequest.getInjectionPoints()
Returns the static methods and fields of
type that will be injected to fulfill this
request. |
java.util.Set<InjectionPoint> |
InjectionRequest.getInjectionPoints()
Returns the instance methods and fields of
instance that will be injected to fulfill
this request. |
Copyright © 2006-2018 Google, Inc.. All Rights Reserved.