Constant Field Values

Contents

com.google.*

  • com.google.inject.internal.AbstractBindingBuilder<T> 
    Modifier and Type Constant Field Value
    public static final java.lang.String ANNOTATION_ALREADY_SPECIFIED "More than one annotation is specified for this binding."
    public static final java.lang.String BINDING_TO_NULL "Binding to null instances is not allowed. Use toProvider(Providers.of(null)) if this is your intended behaviour."
    public static final java.lang.String CONSTANT_VALUE_ALREADY_SET "Constant value is set more than once."
    public static final java.lang.String IMPLEMENTATION_ALREADY_SET "Implementation is set more than once."
    public static final java.lang.String SCOPE_ALREADY_SET "Scope is set more than once."
    public static final java.lang.String SINGLE_INSTANCE_AND_SCOPE "Setting the scope is not permitted when binding to a single instance."