Package com.google.inject.internal
Class ExposureBuilder<T>
java.lang.Object
com.google.inject.internal.ExposureBuilder<T>
- All Implemented Interfaces:
AnnotatedElementBuilder
For private binder's expose() method.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
annotatedWith
(Annotation annotation) See the EDSL examples atBinder
.void
annotatedWith
(Class<? extends Annotation> annotationType) See the EDSL examples atBinder
.protected void
Key
<?> getKey()
toString()
-
Field Details
-
binder
-
source
-
key
-
-
Constructor Details
-
ExposureBuilder
-
-
Method Details
-
checkNotAnnotated
protected void checkNotAnnotated() -
annotatedWith
Description copied from interface:AnnotatedElementBuilder
See the EDSL examples atBinder
.- Specified by:
annotatedWith
in interfaceAnnotatedElementBuilder
-
annotatedWith
Description copied from interface:AnnotatedElementBuilder
See the EDSL examples atBinder
.- Specified by:
annotatedWith
in interfaceAnnotatedElementBuilder
-
getKey
-
getSource
-
toString
-