package ch.alv.components.web;
/**
* Constants used in the components-web module
*
* @since 1.0.0
*/
public interface WebConstant {
String PARAM_NAME_PAGE = "page";
String PARAM_NAME_PAGE_SIZE = "pageSize";
String PARAM_NAME_QUERY = "query";
}