Annotation Type AutoConfigureOrder


  • @Retention(RUNTIME)
    @Target({TYPE,METHOD,FIELD})
    @Documented
    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...).
    Since:
    1.3.0
    • Field Summary

      Fields 
      Modifier and TypeFieldsDescription
      static intDEFAULT_ORDER 
    • Optional Element Summary

      Optional Elements 
      Modifier and TypeOptional ElementDescription
      intvalue
      The order value.
    • Element Detail

      • value

        int value
        The order value. Default is 0.
        Returns:
        the order value
        See Also:
        Ordered.getOrder()
        Default:
        0