public interface

ExposedBinding

implements Binding<T> HasDependencies
com.google.inject.spi.ExposedBinding<T>

Class Overview

A binding to a key exposed from an enclosed private environment.

Summary

Public Methods
abstract void applyTo(Binder binder)
Unsupported.
abstract PrivateElements getPrivateElements()
Returns the enclosed environment that holds the original binding.
[Expand]
Inherited Methods
From interface com.google.inject.Binding
From interface com.google.inject.spi.Element
From interface com.google.inject.spi.HasDependencies

Public Methods

public abstract void applyTo (Binder binder)

Unsupported. Always throws UnsupportedOperationException.

Parameters
binder to apply configuration element to

public abstract PrivateElements getPrivateElements ()

Returns the enclosed environment that holds the original binding.