接口 ConfigurationCondition

所有超级接口:
Condition
所有已知实现类:
AbstractNestedCondition, AllNestedConditions, AnyNestedCondition, NoneNestedConditions

public interface ConfigurationCondition extends Condition
A Condition that offers more fine-grained control when used with @Configuration. Allows certain conditions to adapt when they match based on the configuration phase. For example, a condition that checks if a bean has already been registered might choose to only be evaluated during the REGISTER_BEAN ConfigurationCondition.ConfigurationPhase.
从以下版本开始:
4.0
作者:
Phillip Webb
另请参阅: