|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PrivateGinBinder
Extension of GinBinder that allows for exposing keys. This is used when creating private modules, where bindings would not be exposed by default.
| Method Summary | |
|---|---|
GinAnnotatedElementBuilder |
expose(java.lang.Class<?> type)
Expose the given class. |
void |
expose(Key<?> key)
Expose the given key. |
GinAnnotatedElementBuilder |
expose(TypeLiteral<?> type)
Expose the given type. |
| Methods inherited from interface com.google.gwt.inject.client.binder.GinBinder |
|---|
bind, bind, bind, bindConstant, install, requestStaticInjection |
| Method Detail |
|---|
void expose(Key<?> key)
GinAnnotatedElementBuilder expose(java.lang.Class<?> type)
GinAnnotatedElementBuilder which
can be used for adding an annotation.
GinAnnotatedElementBuilder expose(TypeLiteral<?> type)
GinAnnotatedElementBuilder which
can be used for adding an annotation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||