私はこの文字列を持っていると仮定します:そして、別のクラス内でそのクラスを生成する必要がありますか? 親切にこれについて提案がありますか? **
String sourceCode = "public class Test { " +
"public void myMethod(@Mandatory String s){"+
"System.out.println( \"myMethod : \"+s);}"+
"@SuppressWarnings(\"unused\")"+
"private void mySecondMethod(String s2){"+
"System.out.println(\"mySecondMethod : \"+s2);}"+
"}";