public interface net.bytebuddy.matcher.ElementMatcher<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.matcher.ElementMatcher
  super_class: java.lang.Object
{
  public abstract boolean matches();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT;)Z
    MethodParameters:
        Name  Flags
      target  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ElementMatcher.java"
NestMembers:
  net.bytebuddy.matcher.ElementMatcher$Junction  net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase  net.bytebuddy.matcher.ElementMatcher$Junction$Conjunction  net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction
InnerClasses:
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher