cn.mapway.document.annotation.DevelopmentState 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.annotation;
/**
* 开发状态.
*
* @author zhangjianshe
*/
public enum DevelopmentState {
/**
* 未开始.
*/
UNSTART,
/**
* 进行中.
*/
PROCESS,
/**
* 已完成.
*/
FINISH,
/**
* 已废弃.
*/
OBSOLETED
}