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

com.github.houbb.auto.summary.constant.AutoSummaryConst Maven / Gradle / Ivy

There is a newer version: 0.0.3
Show newest version
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; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy