注释类型 Configurable

    • 可选元素概要

      可选元素 
      修饰符和类型可选元素说明
      Autowireautowire
      Are dependencies to be injected via autowiring?
      booleandependencyCheck
      Is dependency checking to be performed for configured objects?
      booleanpreConstruction
      Are dependencies to be injected prior to the construction of an object?
      Stringvalue
      The name of the bean definition that serves as the configuration template.
    • 元素详细资料

      • value

        String value
        The name of the bean definition that serves as the configuration template.
        默认值:
        ""
      • autowire

        Autowire autowire
        Are dependencies to be injected via autowiring?
        默认值:
        org.springframework.beans.factory.annotation.Autowire.NO
      • dependencyCheck

        boolean dependencyCheck
        Is dependency checking to be performed for configured objects?
        默认值:
        false
      • preConstruction

        boolean preConstruction
        Are dependencies to be injected prior to the construction of an object?
        默认值:
        false