![JAR search and dependency download from the Maven repository](/logo.png)
com.github.naviit.libs.common.util.DTTConstant Maven / Gradle / Ivy
/************************************************
* Copyright 2017 by DTT - All rights reserved. *
************************************************/
package com.github.naviit.libs.common.util;
/**
* @author Dang Thanh Tung
* {@literal }
* @since 12/07/2017
*/
public class DTTConstant {
// Paging
public static final int DEFAULT_PAGE_NUMBER = 1;
public static final int DEFAULT_PAGE_SIZE = 10;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy