Annotation Type Configurable

    • Optional Element Summary

      Optional Elements 
      Modifier and TypeOptional ElementDescription
      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.
    • Element Detail

      • value

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

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

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

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