Skip to content

Commit

Permalink
Add a default value and make it true for dagger & guice MapKey.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=89998087
  • Loading branch information
sameb committed Apr 21, 2015
1 parent 06669e7 commit 6c85843
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
* 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;
}

0 comments on commit 6c85843

Please sign in to comment.