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

develop.toolkit.struct.SimplePager Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package develop.toolkit.struct;

/**
 * @author qiushui on 2018-07-02.
 * @since 0.1
 */
public class SimplePager extends Pager {

	public SimplePager() {

	}

	public SimplePager(int page, int size) {
		super(page, size);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy