org.opendaylight.jsonrpc.provider.cluster.api.JsonRpcPeerSingletonService Maven / Gradle / Ivy
/*
* Copyright (c) 2020 Lumina Networks, Inc. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
package org.opendaylight.jsonrpc.provider.cluster.api;
/**
* Marker interface for announcing remote peer service into OSGi registry.
*
* @author Richard Kosegi
* @since Jul 1, 2020
*/
public interface JsonRpcPeerSingletonService {
}