Searched refs:annotatedBinder (Results 1 – 1 of 1) sorted by relevance
256 Field field, AnnotatedBindingBuilder<?> annotatedBinder) { in verifyBindingAnnotations() argument257 LinkedBindingBuilder<?> binderRet = annotatedBinder; in verifyBindingAnnotations()263 binderRet = annotatedBinder.annotatedWith(annotation); in verifyBindingAnnotations()301 AnnotatedBindingBuilder<?> annotatedBinder = binder.bind(fieldInfo.boundType); in bindField() local302 LinkedBindingBuilder<?> binder = verifyBindingAnnotations(fieldInfo.field, annotatedBinder); in bindField()