aboutsummaryrefslogtreecommitdiffstats
path: root/client/src/main/java/ai/vespa/client/dsl/IGroupOperation.java
blob: 26b8b5f19326f03a0ea7e470b394add3f9a22837 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package ai.vespa.client.dsl;

/*
 * interface for group operation
 */

public interface IGroupOperation { }