See: Description
| Annotation Type | Description | 
|---|---|
| ClassKey | A  MapKeyannotation for maps withClass<?>keys. | 
| ElementsIntoSet | The method's return type is  Set<T>and all values are contributed to the set. | 
| IntKey | A  MapKeyannotation for maps withintkeys. | 
| IntoMap | The method's return type forms the type argument for the value of a  Map<K, Provider<V>>,
 and the combination of the annotated key and the returned value is contributed to the map as a
 key/value pair. | 
| IntoSet | The method's return type forms the generic type argument of a  Set<T>, and the returned
 value is contributed to the set. | 
| LongKey | A  MapKeyannotation for maps withlongkeys. | 
| Multibinds | Annotates abstract module methods that declare multibindings. | 
| StringKey | 
Copyright © 2012–2017 The Dagger Authors. All rights reserved.