Annotation Type OverrideAutoConfiguration


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    public @interface OverrideAutoConfiguration
    Annotation that can be used to override @EnableAutoConfiguration. Often used in combination with ImportAutoConfiguration to limit the auto-configuration classes that are loaded.
    Since:
    1.4.0
    See Also:
    EnableAutoConfiguration.ENABLED_OVERRIDE_PROPERTY
    • Required Element Summary

      Required Elements 
      Modifier and TypeRequired ElementDescription
      booleanenabled
      The value of the enabled override property.
    • Element Detail

      • enabled

        boolean enabled
        The value of the enabled override property.
        Returns:
        the override value