Generated by
JDiff

Class com.google.inject.util.Providers

Documentation changed from old to new.

Changed Methods
Provider<T> guicify(Provider<T>) Documentation changed from old to new.
Returns a Guice-friendly {@code com.google.inject.Provider} for the given JSR-330 {@code javax.inject.Provider}.
Provider<T> of(T) Documentation changed from old to new.
Returns a provider which always provides {@code instance}.