代码优化

This commit is contained in:
aoshiguchen
2022-08-31 15:59:28 +08:00
parent 00d74c61fc
commit cde1a99cda
8 changed files with 153 additions and 156 deletions
@@ -56,6 +56,7 @@ public class AsgcProxyGeneratorTest {
}
public static class A implements Handler<String,String>{
@Override
public void handle(String s, String s2) {
System.out.println("hello");
}