Home
last modified time | relevance | path

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

/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
DBoundFieldModule.java262 AnnotatedBindingBuilder<?> annotatedBinder) { in verifyBindingAnnotations() argument
263 LinkedBindingBuilder<?> binderRet = annotatedBinder; in verifyBindingAnnotations()
269 binderRet = annotatedBinder.annotatedWith(annotation); in verifyBindingAnnotations()
304 AnnotatedBindingBuilder<?> annotatedBinder = binder.bind(fieldInfo.boundType); in bindField() local
305 LinkedBindingBuilder<?> binder = verifyBindingAnnotations(fieldInfo.field, annotatedBinder); in bindField()