Searched refs:tClass (Results 1 – 2 of 2) sorted by relevance
75 Class<T> tClass = (Class<T>) toBind.getClass(); in newModule()76 binder().skipSources(getClass()).bind(tClass).toInstance(toBind); in newModule()
436 Class<?> tClass = (Class<?>) t; in toTypeNameList() local437 String tName = tClass.getCanonicalName(); in toTypeNameList()