aboutsummaryrefslogtreecommitdiff
path: root/extensions/multibindings/src
diff options
context:
space:
mode:
authorSam Berlin <sberlin@gmail.com>2015-04-21 14:14:37 -0400
committerSam Berlin <sberlin@gmail.com>2015-04-21 14:14:37 -0400
commite3f556653ce41ff4e133ab45029c261db9ca35f4 (patch)
treebb18ba0ee3b54f497687c6dd8551e03b3688760d /extensions/multibindings/src
parent06669e7978846489c0b80ca5a18f3cae0283f089 (diff)
parent3809a8196b693145828edd349952a9c4975ec249 (diff)
downloadguice-e3f556653ce41ff4e133ab45029c261db9ca35f4.tar.gz
Merge pull request #915 from google/moe_writing_branch_from_156c8cc762fab971efb727c7ab107fa243be2fc9
Merge internal changes
Diffstat (limited to 'extensions/multibindings/src')
-rw-r--r--extensions/multibindings/src/com/google/inject/multibindings/MapKey.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/multibindings/src/com/google/inject/multibindings/MapKey.java b/extensions/multibindings/src/com/google/inject/multibindings/MapKey.java
index bcb6a3b8..2fc3374d 100644
--- a/extensions/multibindings/src/com/google/inject/multibindings/MapKey.java
+++ b/extensions/multibindings/src/com/google/inject/multibindings/MapKey.java
@@ -54,5 +54,5 @@ public @interface MapKey {
* instances will be the keys. If {@code unwrapValue} is true, the value() type of key type
* annotation will be the key type for injected map and the value instances will be the keys.
*/
- boolean unwrapValue();
+ boolean unwrapValue() default true;
}