public interface  net.bytebuddy.implementation.Implementation extends java.lang.Object implements net.bytebuddy.dynamic.scaffold.InstrumentedType$Prepareable
{
public abstract net.bytebuddy.implementation.bytecode.ByteCodeAppender appender(net.bytebuddy.implementation.Implementation$Target);
public net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType)
{
java.lang.Error v;
net.bytebuddy.implementation.Implementation v;
net.bytebuddy.dynamic.scaffold.InstrumentedType v;
v := @this: net.bytebuddy.implementation.Implementation;
v := @parameter: net.bytebuddy.dynamic.scaffold.InstrumentedType;
v = new java.lang.Error;
specialinvoke v.<java.lang.Error: void <init>(java.lang.String)>("Unresolved compilation error: Method <net.bytebuddy.implementation.Implementation: net.bytebuddy.dynamic.scaffold.InstrumentedType prepare(net.bytebuddy.dynamic.scaffold.InstrumentedType)> does not exist!");
throw v;
}
}