com.fastjrun.example.web.controller.BaseWebController Maven / Gradle / Ivy
/*
* Copyright (C) 2019 fastjrun, Inc. All Rights Reserved.
*/
package com.fastjrun.example.web.controller;
public abstract class BaseWebController extends BaseController {
protected static final String PAGE_SIZE = "10";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy