Interface ExposedBinding<T>
- All Superinterfaces:
Binding<T>, Element, HasDependencies
A binding to a key exposed from an enclosed private environment.
- Since:
- 2.0
- Author:
- jessewilson@google.com (Jesse Wilson)
-
Method Summary
Modifier and TypeMethodDescriptionvoidUnsupported.Returns the enclosed environment that holds the original binding.Methods inherited from interface Binding
acceptScopingVisitor, acceptTargetVisitor, getKey, getProviderMethods inherited from interface Element
acceptVisitor, getSourceMethods inherited from interface HasDependencies
getDependencies
-
Method Details
-
getPrivateElements
PrivateElements getPrivateElements()Returns the enclosed environment that holds the original binding. -
applyTo
Unsupported. Always throwsUnsupportedOperationException.
-