public interface org.springframework.context.annotation.Condition
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.context.annotation.Condition
  super_class: java.lang.Object
{
  public abstract boolean matches(org.springframework.context.annotation.ConditionContext, org.springframework.core.type.AnnotatedTypeMetadata);
    descriptor: (Lorg/springframework/context/annotation/ConditionContext;Lorg/springframework/core/type/AnnotatedTypeMetadata;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      context   
      metadata  
}
SourceFile: "Condition.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()