我是Java代理的新手。我创建了一个简单的HotswapAgent类(从Play!Framework中嗅探):publicclassHotswapAgent{staticInstrumentationinstrumentation;publicstaticbooleanenabled=false;publicstaticvoidpremain(StringagentArgs,Instrumentationinstrumentation){HotswapAgent.instrumentation=instrumentation;HotswapAgent.enabled=true;}pub