@Beta @MapKey @Target(value=METHOD) public @interface BroadcastReceiverKey
MapKey annotation to key bindings by a type of a BroadcastReceiver.| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends BroadcastReceiver> |
value |
public abstract Class<? extends BroadcastReceiver> value
Copyright © 2012–2017 The Dagger Authors. All rights reserved.