Home
last modified time | relevance | path

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

/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
DBoundFieldModule.java176 Class<?> bindClass = bindAnnotation.to(); in getBoundType() local
179 if (bindClass == Bind.class) { in getBoundType()
189 return TypeLiteral.get(bindClass); in getBoundType()