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()
438 Class<?> tClass = (Class<?>) t; in toTypeNameList() local439 String tName = tClass.getCanonicalName(); in toTypeNameList()