Searched refs:bindAnnotation (Results 1 – 1 of 1) sorted by relevance
138 final Bind bindAnnotation; field in BoundFieldModule.BoundFieldInfo159 BoundFieldInfo(Field field, Bind bindAnnotation, TypeLiteral<?> fieldType) { in BoundFieldInfo() argument162 this.bindAnnotation = bindAnnotation; in BoundFieldInfo()171 Class<?> bindClass = bindAnnotation.to(); in getBoundType()244 Bind bindAnnotation = field.getAnnotation(Bind.class); in getBoundFieldInfo() local245 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()