Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/base/
DComponentAnnotation.java61 private static final ImmutableSet<Class<? extends Annotation>> ALL_COMPONENT_ANNOTATIONS = field in ComponentAnnotation
152 return anyComponentAnnotation(typeElement, ALL_COMPONENT_ANNOTATIONS); in anyComponentAnnotation()
162 return ALL_COMPONENT_ANNOTATIONS.stream() in isComponentAnnotation()
206 return ALL_COMPONENT_ANNOTATIONS; in allComponentAnnotations()