Searched refs:annotatedBinder (Results 1 – 1 of 1) sorted by relevance
262 AnnotatedBindingBuilder<?> annotatedBinder) { in verifyBindingAnnotations() argument263 LinkedBindingBuilder<?> binderRet = annotatedBinder; in verifyBindingAnnotations()269 binderRet = annotatedBinder.annotatedWith(annotation); in verifyBindingAnnotations()304 AnnotatedBindingBuilder<?> annotatedBinder = binder.bind(fieldInfo.boundType); in bindField() local305 LinkedBindingBuilder<?> binder = verifyBindingAnnotations(fieldInfo.field, annotatedBinder); in bindField()