cn.mapway.document.ui.client.module.GenInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mapway-doc-ui Show documentation
Show all versions of mapway-doc-ui Show documentation
auto gen doc from api with ui
package cn.mapway.document.ui.client.module;
// TODO: Auto-generated Javadoc
/**
* 用于POJO文档生成临时保存信息.
*
* @author zhangjianshe
*/
public class GenInfo {
/**
* The type.
*/
public String type;
/**
* The obj.
*/
public ObjectInfo obj;
/**
* The gen.
*/
public Boolean gen;
}