cn.mapway.document.annotation.ApiStyle 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;
/**
* API显示样式.
*
* @author zhangjianshe
*/
public enum ApiStyle {
/**
* 正常.
*/
NORMAL,
/**
* 重要.
*/
IMPORTANT,
/**
* The style0.
*/
STYLE0,
/**
* The style1.
*/
STYLE1,
/**
* The style3.
*/
STYLE3,
/**
* The style4.
*/
STYLE4,
/**
* The style5.
*/
STYLE5,
/**
* The style6.
*/
STYLE6,
/**
* The style7.
*/
STYLE7,
/**
* The style8.
*/
STYLE8,
/**
* The style9.
*/
STYLE9,
/**
* The custom.
*/
CUSTOM
}