Searched refs:MapKey (Results 1 – 25 of 27) sorted by relevance
12
23 import dagger.MapKey;63 return ImmutableSet.<Class<? extends Annotation>>of(MapKey.class); in annotations()69 for (Element element : elementsByAnnotation.get(MapKey.class)) { in process()74 MapKey mapkey = element.getAnnotation(MapKey.class); in process()
18 import dagger.MapKey;43 } else if (element.getAnnotation(MapKey.class).unwrapValue()) { in validate()
23 import dagger.MapKey;76 return getAnnotatedAnnotations(bindingElement, MapKey.class); in getMapKeys()87 MapKey mapKeyAnnotation = mapKey.getAnnotationType().asElement().getAnnotation(MapKey.class); in unwrapValue()
32 import dagger.MapKey;
18 import dagger.MapKey;20 @MapKey(unwrapValue = true)
18 import dagger.MapKey;22 @MapKey(unwrapValue = false)
18 import dagger.MapKey;21 @MapKey(unwrapValue = true)
18 import dagger.MapKey;27 @MapKey
18 import dagger.MapKey;32 @MapKey
169 @MapKey(unwrapValue = true)175 @MapKey(unwrapValue = false)210 @MapKey(unwrapValue = true)233 @MapKey(unwrapValue = false)322 @MapKey(unwrapValue = true)349 @MapKey(unwrapValue = true)
135 MapKey mapKey = annotation.annotationType().getAnnotation(MapKey.class);164 if (!mapKeyAnnotation.annotationType().getAnnotation(MapKey.class).unwrapValue()) {
53 public @interface MapKey { annotation
31 @MapKey(unwrapValue = true)
26 import dagger.MapKey;78 @MapKey(unwrapValue = true)
39 import dagger.MapKey;100 @MapKey(unwrapValue = true)155 @MapKey(unwrapValue = true)
106 public @interface MapKey { annotation
24 * Generate correct code for @MapKey annotation types (beta)25 * Fix to properly emit code for class literal values in @MapKey annotations.