注释类型 AutoConfigureOrder


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD,FIELD})
    public @interface AutoConfigureOrder
    Auto-configuration specific variant of Spring Framework's Order annotation. Allows auto-configuration classes to be ordered among themselves without affecting the order of configuration classes passed to AnnotationConfigApplicationContext.register(Class...).
    从以下版本开始:
    1.3.0
    • 可选元素概要

      可选元素 
      修饰符和类型可选元素说明
      intvalue
      The order value.
    • 元素详细资料

      • value

        int value
        The order value. Default is Ordered.LOWEST_PRECEDENCE.
        返回:
        the order value
        另请参阅:
        Ordered.getOrder()
        默认值:
        2147483647