Interface HasDependencies

    • Method Summary

      Modifier and Type Method Description
      java.util.Set<Dependency<?>> getDependencies()
      Returns the known dependencies for this type.
    • Method Detail

      • getDependencies

        java.util.Set<Dependency<?>> getDependencies()
        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.
        Returns:
        a possibly empty set