cn.mapway.document.helper.html.GenInfo 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.html;
import cn.mapway.document.module.ObjectInfo;
/**
* 用于POJO文档生成临时保存信息.
*
* @author zhangjianshe
*/
public class GenInfo {
/**
* The type.
*/
public String type;
/**
* The obj.
*/
public ObjectInfo obj;
/**
* The gen.
*/
public Boolean gen;
}