Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/binding/
DConfigurationAnnotations.java42 .filter(ConfigurationAnnotations::isSubcomponentCreator) in getSubcomponentCreator()
47 static boolean isSubcomponentCreator(XElement element) { in isSubcomponentCreator() method in ConfigurationAnnotations
DComponentDescriptor.java33 import static dagger.internal.codegen.binding.ConfigurationAnnotations.isSubcomponentCreator;
666 if (isSubcomponentCreator(returnTypeElement)) { in getDescriptorForComponentMethod()