public interface PrivateGinBinder extends GinBinder
Modifier and Type | Method and Description |
---|---|
GinAnnotatedElementBuilder |
expose(Class<?> type)
Expose the given class.
|
void |
expose(Key<?> key)
Expose the given key.
|
GinAnnotatedElementBuilder |
expose(TypeLiteral<?> type)
Expose the given type.
|
bind, bind, bind, bindConstant, install, requestStaticInjection
void expose(Key<?> key)
GinAnnotatedElementBuilder expose(Class<?> type)
GinAnnotatedElementBuilder
which
can be used for adding an annotation.GinAnnotatedElementBuilder expose(TypeLiteral<?> type)
GinAnnotatedElementBuilder
which
can be used for adding an annotation.Copyright © 2008–2018. All rights reserved.