注释类型 SmartAutowired

    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      String key
      if config,use the environment key value to get inject bean
      boolean required
      Declares whether the annotated dependency is required.
      String value  
    • 元素详细资料

      • key

        @AliasFor("value")
        String key
        if config,use the environment key value to get inject bean
        默认值:
        ""
      • value

        @AliasFor("key")
        String value
        默认值:
        ""
      • required

        boolean required
        Declares whether the annotated dependency is required.
        默认值:
        true