com.google.inject.spi

Interface HasDependencies

    • Method Summary

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

      • getDependencies

        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

Copyright © 2006-2014 Google, Inc.. All Rights Reserved.