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

com.minlia.rocket.data.pageable.Pageable Maven / Gradle / Ivy

There is a newer version: 2.0.4.1.RELEASE
Show newest version
package com.minlia.rocket.data.pageable;//package com.minlia.module.data.pageable;
//
//import com.fasterxml.jackson.annotation.JsonProperty;
//import com.minlia.cloud.stateful.body.Body;
//import lombok.Data;
//import org.springframework.data.domain.Sort;
//
//@Data
//public class Pageable implements Body {
//
//  @JsonProperty
//  private Long page;
//
//  @JsonProperty
//  private Long size;
//
//  @JsonProperty
//  private Sort sort;
//
//
//}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy