public interface  net.bytebuddy.asm.MemberSubstitution$Substitution$Chain$Step$ForDelegation$OffsetMapping$Factory extends java.lang.Object
{
public abstract java.lang.Class getAnnotationType();
public abstract net.bytebuddy.asm.MemberSubstitution$Substitution$Chain$Step$ForDelegation$OffsetMapping make(net.bytebuddy.description.method.MethodDescription$InDefinedShape, net.bytebuddy.description.'annotation'.AnnotationDescription$Loadable);
public abstract net.bytebuddy.asm.MemberSubstitution$Substitution$Chain$Step$ForDelegation$OffsetMapping make(net.bytebuddy.description.method.ParameterDescription$InDefinedShape, net.bytebuddy.description.'annotation'.AnnotationDescription$Loadable);
}