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

com.github.restup.query.criteria.AndCriteria Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package com.github.restup.query.criteria;

import java.util.List;

public class AndCriteria extends ListCriteria {

    public AndCriteria(List criteria) {
        super(criteria);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy