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

com.github.gustavovitor.util.ObjectPageableRequest Maven / Gradle / Ivy

There is a newer version: 1.7.3
Show newest version
package com.github.gustavovitor.util;

import lombok.*;

@Data
@NoArgsConstructor
@AllArgsConstructor
public class ObjectPageableRequest {
    SPO object;
    RequestPageable pageable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy