Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ANNOTATION_ALREADY_SPECIFIED |
"More than one annotation is specified for this binding." |
public static final 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 String |
CONSTANT_VALUE_ALREADY_SET |
"Constant value is set more than once." |
public static final String |
IMPLEMENTATION_ALREADY_SET |
"Implementation is set more than once." |
public static final String |
SCOPE_ALREADY_SET |
"Scope is set more than once." |
public static final String |
SINGLE_INSTANCE_AND_SCOPE |
"Setting the scope is not permitted when binding to a single instance." |
Copyright © 2006–2018 Google, Inc.. All rights reserved.