Annotation Type AutoConfigureBefore

    • Optional Element Summary

      Optional Elements 
      Modifier and TypeOptional ElementDescription
      String[]name
      The names of the auto-configure classes that should have not yet been applied.
      Class<?>[]value
      The auto-configure classes that should have not yet been applied.
    • Element Detail

      • value

        Class<?>[] value
        The auto-configure classes that should have not yet been applied.
        Returns:
        the classes
        Default:
        {}
      • name

        String[] name
        The names of the auto-configure classes that should have not yet been applied.
        Returns:
        the class names
        Since:
        1.2.2
        Default:
        {}