cn.mapway.document.helper.JavaClassContent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-tools-doc Show documentation
Show all versions of api-tools-doc Show documentation
auto gen doc from api with ui
The newest version!
package cn.mapway.document.helper;
/**
* Java Class Content.
*
* @author zhangjianshe
*/
public class JavaClassContent {
/**
* The package name.
*/
public String packageName = "";
/**
* The class name.
*/
public String className = "";
/**
* The body.
*/
public String body = "";
}