Home
last modified time | relevance | path

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

/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
DBoundFieldModule.java140 final Bind bindAnnotation; field in BoundFieldModule.BoundFieldInfo
163 Bind bindAnnotation, in BoundFieldInfo() argument
167 this.bindAnnotation = bindAnnotation; in BoundFieldInfo()
176 Class<?> bindClass = bindAnnotation.to(); in getBoundType()
244 Bind bindAnnotation = field.getAnnotation(Bind.class); in getBoundFieldInfo() local
245 if (bindAnnotation == null) { in getBoundFieldInfo()
256 bindAnnotation, in getBoundFieldInfo()
317 if (fieldInfo.bindAnnotation.lazy()) { in bindField()
326 } else if (fieldInfo.bindAnnotation.lazy()) { in bindField()