Class Providers.GuicifiedProviderWithDependencies<T>

    • Field Detail

      • dependencies

        private final java.util.Set<Dependency<?>> dependencies
    • Constructor Detail

      • GuicifiedProviderWithDependencies

        private GuicifiedProviderWithDependencies​(java.util.Set<Dependency<?>> dependencies,
                                                  javax.inject.Provider<T> delegate)
    • Method Detail

      • getDependencies

        public java.util.Set<Dependency<?>> getDependencies()
        Description copied from interface: HasDependencies
        Returns the known dependencies for this type. If this has dependencies whose values are not known statically, a dependency for the Injector will be included in the returned set.
        Specified by:
        getDependencies in interface HasDependencies
        Returns:
        a possibly empty set