com.github.houbb.auto.summary.constant.AutoSummaryConst Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of auto-summary Show documentation
Show all versions of auto-summary Show documentation
The auto-summary tool for java.
package com.github.houbb.auto.summary.constant;
/**
* project: auto-summary-AutoSummaryConst
* create on 2020/3/12 22:50
*
* @author binbin.hou
* @since 0.0.1
*/
public final class AutoSummaryConst {
private AutoSummaryConst(){}
/**
* 默认数量限制
* @since 0.0.1
*/
public static final int DEFAULT_LIMIT = 3;
}