|
@@ -85,7 +85,7 @@ public final class JavassistUtil {
|
|
|
ctMethod.insertBefore(
|
|
ctMethod.insertBefore(
|
|
|
"System.out.println(\"\\n " + Constant.TIPS + " \\n\");"
|
|
"System.out.println(\"\\n " + Constant.TIPS + " \\n\");"
|
|
|
// 也输出印章信息吧
|
|
// 也输出印章信息吧
|
|
|
- + "\nSystem.out.println(\" Located in '" + className + "' \");"
|
|
|
|
|
|
|
+ + "\nSystem.out.println(\" Located in " + className + " \");"
|
|
|
+ "\nSystem.out.println(\" " + Constant.SEAL + " \");"
|
|
+ "\nSystem.out.println(\" " + Constant.SEAL + " \");"
|
|
|
+ "\nSystem.exit(-1);"
|
|
+ "\nSystem.exit(-1);"
|
|
|
);
|
|
);
|