Searched defs:DaggerType (Results 1 – 4 of 4) sorted by relevance
25 public abstract class DaggerType { class
30 public abstract class DaggerType { class
31 fun DaggerType.hasAnnotation(className: ClassName): Boolean = in hasAnnotation() method
163 private fun DaggerType.toXType(processingEnv: XProcessingEnv): XType { in DaggerType() method