Home
last modified time | relevance | path

Searched refs:asAnnotationValues (Results 1 – 4 of 4) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/base/
DModuleAnnotation.java22 import static dagger.internal.codegen.base.MoreAnnotationValues.asAnnotationValues;
71 return asAnnotationValues(getAnnotationValue(annotation(), "includes")); in includesAsAnnotationValues()
90 return asAnnotationValues(getAnnotationValue(annotation(), "subcomponents")); in subcomponentsAsAnnotationValues()
DMoreAnnotationValues.java38 public static ImmutableList<AnnotationValue> asAnnotationValues(AnnotationValue annotationValue) { in asAnnotationValues() method in MoreAnnotationValues
107 return asAnnotationValues(getAnnotationValue(annotation, valueName)).stream() in getIntArrayValue()
114 return asAnnotationValues(getAnnotationValue(annotation, valueName)).stream() in getStringArrayValue()
DMoreAnnotationMirrors.java20 import static dagger.internal.codegen.base.MoreAnnotationValues.asAnnotationValues;
68 return asAnnotationValues(getAnnotationValue(annotationMirror, name)) in getTypeListValue()
DComponentAnnotation.java23 import static dagger.internal.codegen.base.MoreAnnotationValues.asAnnotationValues;
128 return asAnnotationValues(getAnnotationValue(annotation(), parameterName)); in getAnnotationValues()