public interface  net.bytebuddy.implementation.bind.'annotation'.FieldProxy$Binder$FieldResolver extends java.lang.Object
{
public abstract boolean isResolved();
public abstract net.bytebuddy.description.type.TypeDescription getProxyType();
public abstract net.bytebuddy.dynamic.DynamicType$Builder apply(net.bytebuddy.dynamic.DynamicType$Builder, net.bytebuddy.description.field.FieldDescription, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.MethodAccessorFactory);
}