Searched refs:AGGREGATED_DEPS (Results 1 – 3 of 3) sorted by relevance
36 private static final ClassName AGGREGATED_DEPS = field in AggregatedDepsGenerator79 AnnotationSpec.Builder annotationBuilder = AnnotationSpec.builder(AGGREGATED_DEPS); in aggregatedDepsAnnotation()
325 Processors.getAnnotationMirror(element, ClassNames.AGGREGATED_DEPS); in getAggregatedDeps()
27 public static final ClassName AGGREGATED_DEPS = field in ClassNames