paker

Results 5 issues of paker

版本:0.6.7 ``` java //// 类A public class MethodA { public String handle () { return UtilB.getInfo("aaa"); } } //// 类B public class UtilB { public static String getInfo (String url)...

![图片](https://user-images.githubusercontent.com/15087970/72496723-72f91400-3865-11ea-87a3-a2bd5499012d.png) item2: 3.3.6 gotty-client: v1.7.0 zsh: 5.7.1 (x86_64-apple-darwin19.0)

sys: Monterey 12.6.1

**Describe the bug** 打开软件报opencv错误? **To Reproduce** Steps to reproduce the behavior: 1、用了release的java版本jdk 2、打开apex6.6.0.jar 3、报错 **Expected behavior** xx **Screenshots** If applicable, add screenshots to help explain your problem. ![image](https://github.com/JiaqinKang/apexNoRecoilMarco/assets/15087970/8bc28386-020a-4500-b900-5e50d55a9d04) `debug模式日志` ```...

如题,老项目很多把swagger的注解当Java注释来用,每次看字段注释都要点进去看源码。swagger注解也不支持Java doc显示