Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/processor/internal/definecomponent/
DDefineComponents.java180 Processors.hasAnnotation(typeElement, ClassNames.DEFINE_COMPONENT_CLASSES), in from()
184 ClassNames.DEFINE_COMPONENT_CLASSES.simpleName(), in from()
205 Processors.getAnnotationMirror(element, ClassNames.DEFINE_COMPONENT_CLASSES); in defineComponentClass()
218 ClassNames.DEFINE_COMPONENT_CLASSES.simpleName(), in defineComponentClass()
DDefineComponentProcessor.java77 AnnotationSpec.builder(ClassNames.DEFINE_COMPONENT_CLASSES) in generateFile()
/external/dagger2/java/dagger/hilt/processor/internal/
DClassNames.java43 public static final ClassName DEFINE_COMPONENT_CLASSES = field in ClassNames