Searched refs:asAnnotationValues (Results 1 – 4 of 4) sorted by relevance
22 import static dagger.internal.codegen.base.MoreAnnotationValues.asAnnotationValues;71 return asAnnotationValues(getAnnotationValue(annotation(), "includes")); in includesAsAnnotationValues()90 return asAnnotationValues(getAnnotationValue(annotation(), "subcomponents")); in subcomponentsAsAnnotationValues()
38 public static ImmutableList<AnnotationValue> asAnnotationValues(AnnotationValue annotationValue) { in asAnnotationValues() method in MoreAnnotationValues107 return asAnnotationValues(getAnnotationValue(annotation, valueName)).stream() in getIntArrayValue()114 return asAnnotationValues(getAnnotationValue(annotation, valueName)).stream() in getStringArrayValue()
20 import static dagger.internal.codegen.base.MoreAnnotationValues.asAnnotationValues;68 return asAnnotationValues(getAnnotationValue(annotationMirror, name)) in getTypeListValue()
23 import static dagger.internal.codegen.base.MoreAnnotationValues.asAnnotationValues;128 return asAnnotationValues(getAnnotationValue(annotation(), parameterName)); in getAnnotationValues()