Annotation Type BootstrapConfiguration


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    public @interface BootstrapConfiguration
    A marker interface used as a key in META-INF/spring.factories. Entries in the factories file are used to create the bootstrap application context.
    Author:
    Dave Syer
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<?>[] exclude
      Excludes specific auto-configuration classes such that they will never be applied.
    • Element Detail

      • exclude

        Class<?>[] exclude
        Excludes specific auto-configuration classes such that they will never be applied.
        Returns:
        classes to exclude
        Default:
        {}