类 NeverMatchedCondition

java.lang.Object
cn.taketoday.context.annotation.NeverMatchedCondition
所有已实现的接口:
Condition

public class NeverMatchedCondition extends Object implements Condition
Never match Condition
从以下版本开始:
4.0 2022/1/13 17:12
作者:
Harry Yang
  • 构造器详细资料

    • NeverMatchedCondition

      public NeverMatchedCondition()
  • 方法详细资料

    • matches

      public boolean matches(ConditionEvaluationContext context, cn.taketoday.core.type.AnnotatedTypeMetadata metadata)
      从接口复制的说明: Condition
      Determine if the condition matches.
      指定者:
      matches 在接口中 Condition
      参数:
      context - ConditionEvaluationContext
      metadata - the metadata of the class * or method being checked
      返回:
      Return false to indicate that the bean should not be * registered