public interface net.bytebuddy.implementation.MethodCall$TargetHandler$Factory extends net.bytebuddy.dynamic.scaffold.InstrumentedType$Prepareable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.implementation.MethodCall$TargetHandler$Factory
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.implementation.MethodCall$TargetHandler make(net.bytebuddy.implementation.Implementation$Target);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;)Lnet/bytebuddy/implementation/MethodCall$TargetHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                      Name  Flags
      implementationTarget  
}
SourceFile: "MethodCall.java"
NestHost: net.bytebuddy.implementation.MethodCall
InnerClasses:
  public abstract Prepareable = net.bytebuddy.dynamic.scaffold.InstrumentedType$Prepareable of net.bytebuddy.dynamic.scaffold.InstrumentedType
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  protected abstract TargetHandler = net.bytebuddy.implementation.MethodCall$TargetHandler of net.bytebuddy.implementation.MethodCall
  public abstract Factory = net.bytebuddy.implementation.MethodCall$TargetHandler$Factory of net.bytebuddy.implementation.MethodCall$TargetHandler