aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/main/java/com/yahoo/documentapi/Parameters.java
blob: fdf57cecfc88610c3e9e01e90d8d2ba0fd26a4df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.documentapi;

/**
 * Superclass of the classes which contains the parameters for creating or opening a session. This is currently empty,
 * but keeping this parameter hierarchy in place means that we can later add parameters with default values that all
 * clients will be able to use with no code changes.
 *
 * @author <a href="mailto:bratseth@yahoo-inc.com">Jon Bratseth</a>
 */
public class Parameters {
    // empty
}