Java com.google.gwt.inject.client.multibindings GinMultibinder fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.inject.client.multibindings GinMultibinder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.inject.client.multibindings GinMultibinder.

The text is from its open source code.

Method

GinLinkedBindingBuilderaddBinding()
Returns a binding builder used to add a new element in the set.
GinMultibindernewSetBinder(GinBinder binder, TypeLiteral type)
Returns a new multibinder that collects instances of type in a java.util.Set that is itself bound with no binding annotation.
GinMultibindernewSetBinder(GinBinder binder, Class type)
Returns a new multibinder that collects instances of type in a java.util.Set that is itself bound with no binding annotation.