Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/base/
DComponentAnnotation.java57 private static final ImmutableSet<Class<? extends Annotation>> SUBCOMPONENT_ANNOTATIONS = field in ComponentAnnotation
64 .addAll(SUBCOMPONENT_ANNOTATIONS)
144 return anyComponentAnnotation(typeElement, SUBCOMPONENT_ANNOTATIONS); in subcomponentAnnotation()
201 return SUBCOMPONENT_ANNOTATIONS; in subcomponentAnnotations()