All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.mapway.document.annotation.DevelopmentState Maven / Gradle / Ivy

The newest version!
package cn.mapway.document.annotation;


/**
 * 开发状态.
 *
 * @author zhangjianshe
 */
public enum DevelopmentState {

    /**
     * 未开始.
     */
    UNSTART,

    /**
     * 进行中.
     */
    PROCESS,

    /**
     * 已完成.
     */
    FINISH,

    /**
     * 已废弃.
     */
    OBSOLETED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy