aboutsummaryrefslogtreecommitdiffstats
path: root/client/src/main/java/ai/vespa/client/dsl/IGroupOperation.java
blob: 78fd3ce5491a6a9a19cf570d28e344fd43372b63 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Vespa.ai. 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 { }