注释类型 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.
    从以下版本开始:
    1.4.0
    另请参阅:
    EnableAutoConfiguration.ENABLED_OVERRIDE_PROPERTY
    • 必需元素概要

      所需元素 
      修饰符和类型必需的元素说明
      booleanenabled
      The value of the enabled override property.
    • 元素详细资料

      • enabled

        boolean enabled
        The value of the enabled override property.
        返回:
        the override value