public interface  net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy extends java.lang.Object
{
public abstract boolean isLoadedFirst();
public abstract net.bytebuddy.description.type.TypeDescription apply(java.lang.String, java.lang.Class, net.bytebuddy.pool.TypePool, net.bytebuddy.agent.builder.AgentBuilder$CircularityLock, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule);
}