All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.deepsense.neptune.clientlibrary.models.impl.context.NeptuneContextBuilder Maven / Gradle / Ivy

There is a newer version: 1.6.1
Show newest version
/**
 * Copyright (c) 2016, CodiLime Inc.
 */

package io.deepsense.neptune.clientlibrary.models.impl.context;

import io.deepsense.neptune.clientlibrary.models.NeptuneContext;

public interface NeptuneContextBuilder {

    NeptuneContext build();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy