cn.mapway.document.helper.JarInfo 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;
import java.io.Serializable;
/**
* The Class JarInfo.
*
* @author zhangjianshe
*/
public class JarInfo implements Serializable {
/**
* The file name.
*/
public String fileName;
/**
* The path.
*/
public String path;
/**
* The size.
*/
public long size;
/**
* The summary.
*/
public String summary;
/**
* link.
*/
public String link;
}