6 Matching Annotations
  1. Last 7 days
    1. the language in the docs is awfully indirect. If you haven't had your coffee, you might miss that extended thinking returns a summary of Claude's full thinking process

      文档语言「委婉得令人警惕」——这是对 Anthropic 传播策略的批评。「返回完整思维过程的摘要」这句话如果不仔细读,很容易被理解为「返回完整思维过程」。这种模糊不是无心之失,它保护了产品形象,但损害了开发者的知情权。技术文档的歧义性本身就是一种风险。

  2. Dec 2022
  3. Nov 2018
    1. You can let Spring resolve collaborators (other beans) automatically

      在基于XML配置元数据,在bean的配置信息中我们可以使用<constructor-arg/><property/> 属性来实现Spring的依赖注入(DI)。Spring 容器也可以在不使用<constructor-arg>和<property>元素下自动装配各个bean之间的依赖关系。</property></constructor-arg>

      这个就是 Spring 提供的 @Autowiring annotation