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

public interface IGroup { }