Package dagger.multibindings
Annotation Interface ClassKey
A
MapKey annotation for maps with Class<?> keys.
If your map's keys can be constrained, consider using a custom annotation instead, with a
member whose type is Class<? extends Something>.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> value
-