// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. /** * Home of the centralised service view implementation. The service view is a * REST API for discovering and accessing the state API for any service in a * Vespa cluster. * *

Do note this package is in its prototyping stage and classes will * be renamed and moved around a little.

*/ @ExportPackage package com.yahoo.vespa.serviceview; import com.yahoo.osgi.annotation.ExportPackage;