Class RealOptionalBinder<T>

java.lang.Object
com.google.inject.internal.RealOptionalBinder<T>
All Implemented Interfaces:
Module

public final class RealOptionalBinder<T> extends Object implements Module
The actual OptionalBinder plays several roles. It implements Module to hide that fact from the public API, and installs the various bindings that are exposed to the user.