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

org.infinispan.query.dsl.impl.Visitable Maven / Gradle / Ivy

package org.infinispan.query.dsl.impl;

/**
 * @author [email protected]
 * @since 6.0
 */
interface Visitable {

    ReturnType accept(Visitor visitor);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy