public static <T> Provider<T> of(T instance)
instance. This should not
be necessary to use in your application, but is helpful for several types
of unit tests.instance - the instance that should always be provided. This is also
permitted to be null, to enable aggressive testing, although in real
life a Guice-supplied Provider will never return null.Copyright © 2009–2017. All rights reserved.