类 NeverMatchedCondition
java.lang.Object
cn.taketoday.context.annotation.NeverMatchedCondition
- 所有已实现的接口:
Condition
Never match Condition
- 从以下版本开始:
- 4.0 2022/1/13 17:12
- 作者:
- Harry Yang
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanmatches(ConditionEvaluationContext context, cn.taketoday.core.type.AnnotatedTypeMetadata metadata) Determine if the condition matches.
-
构造器详细资料
-
NeverMatchedCondition
public NeverMatchedCondition()
-
-
方法详细资料
-
matches
public boolean matches(ConditionEvaluationContext context, cn.taketoday.core.type.AnnotatedTypeMetadata metadata) 从接口复制的说明:ConditionDetermine if the condition matches.
-