com.google.gwt.inject.client.binder
Interface GinConstantBindingBuilder


public interface GinConstantBindingBuilder


Method Summary
 void to(boolean b)
           
 void to(char c)
           
 void to(java.lang.Class<?> aClass)
           
 void to(double v)
           
<E extends java.lang.Enum<E>>
void
to(E e)
           
 void to(float v)
           
 void to(int i)
           
 void to(long l)
           
 void to(short i)
           
 void to(java.lang.String s)
           
 

Method Detail

to

void to(java.lang.String s)

to

void to(int i)

to

void to(long l)

to

void to(boolean b)

to

void to(double v)

to

void to(float v)

to

void to(short i)

to

void to(char c)

to

void to(java.lang.Class<?> aClass)

to

<E extends java.lang.Enum<E>> void to(E e)