com.google.inject.spi

Interface ProvidesMethodBinding<T>

    • Method Detail

      • getMethod

        Method getMethod()
        Returns the method this binding uses.
      • getEnclosingInstance

        Object getEnclosingInstance()
        Returns the instance of the object the method is defined in.
      • getKey

        Key<T> getKey()
        Returns the key of the binding.

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