aboutsummaryrefslogtreecommitdiffstats
path: root/client/src/main/java/ai/vespa/client/dsl/IGroup.java
blob: 527af92d38a9cc13bfe1e1bb956fff6045b750b2 (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 syntax
 */

public interface IGroup { }