注释类型 AutoConfigureAfter

    • 可选元素概要

      可选元素 
      修饰符和类型可选元素说明
      String[]name
      The names of the auto-configure classes that should have already been applied.
      Class<?>[]value
      The auto-configure classes that should have already been applied.
    • 元素详细资料

      • value

        Class<?>[] value
        The auto-configure classes that should have already been applied.
        返回:
        the classes
        默认值:
        {}
      • name

        String[] name
        The names of the auto-configure classes that should have already been applied.
        返回:
        the class names
        从以下版本开始:
        1.2.2
        默认值:
        {}