Generated by
JDiff

Interface com.google.inject.binder.ConstantBindingBuilder

Changed Methods
void to(Enum<E>) Changed from non-abstract to abstract. Binds constant to the given value.
void to(boolean) Changed from non-abstract to abstract. Binds constant to the given value.
void to(byte) Changed from non-abstract to abstract. Binds constant to the given value.
void to(char) Changed from non-abstract to abstract. Binds constant to the given value.
void to(double) Changed from non-abstract to abstract. Binds constant to the given value.
void to(float) Changed from non-abstract to abstract. Binds constant to the given value.
void to(int) Changed from non-abstract to abstract. Binds constant to the given value.
void to(Class<?>) Changed from non-abstract to abstract. Binds constant to the given value.
void to(String) Changed from non-abstract to abstract. Binds constant to the given value.
void to(long) Changed from non-abstract to abstract. Binds constant to the given value.
void to(short) Changed from non-abstract to abstract. Binds constant to the given value.