smart-doc is a tool that supports both java restful api and Apache Dubbo rpc interface document generation. smart-doc subverts the traditional implementation method similar to swagger, which uses a lot of annotations to generate documents. smart-doc is completely based on the analysis of interface source code to generate interface documentation, completely achieving zero intrusion of annotations. You only need to write according to standard java annotations, and smart-doc can help you generate a simple and clear mark…
#smartdoc #released #Java #zeroannotation #API #documentation #generation #tool