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

yakworks.commons.model.TotalCount.groovy Maven / Gradle / Ivy

/*
* Copyright 2021 original authors
* SPDX-License-Identifier: Apache-2.0
*/
package yakworks.commons.model

import groovy.transform.CompileStatic

/**
 * A marker for an entity that is has a total count field.
 * Useful for PagedList
 */
@CompileStatic
trait TotalCount {
    int totalCount
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy