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.java138 final Bind bindAnnotation; field in BoundFieldModule.BoundFieldInfo
159 BoundFieldInfo(Field field, Bind bindAnnotation, TypeLiteral<?> fieldType) { in BoundFieldInfo() argument
162 this.bindAnnotation = bindAnnotation; in BoundFieldInfo()
171 Class<?> bindClass = bindAnnotation.to(); in getBoundType()
244 Bind bindAnnotation = field.getAnnotation(Bind.class); in getBoundFieldInfo() local
245 if (bindAnnotation == null) { in getBoundFieldInfo()
252 new BoundFieldInfo(field, bindAnnotation, containingClassType.getFieldType(field))); in getBoundFieldInfo()
314 if (fieldInfo.bindAnnotation.lazy()) { in bindField()
334 } else if (fieldInfo.bindAnnotation.lazy()) { in bindField()