public interface

BindingEdge

com.google.inject.grapher.BindingEdge<K>
Known Indirect Subclasses

Class Overview

Interface for an edge that connects an interface to the type or instance that is bound to implement it.

Summary

Nested Classes
interface BindingEdge.Factory<K, T extends BindingEdge<K>> Factory interface for BindingEdges. 
enum BindingEdge.Type Classification for what kind of binding this edge represents. 
Public Methods
abstract void setType(BindingEdge.Type type)

Public Methods

public abstract void setType (BindingEdge.Type type)