blob: f374d778e656086053d01d868730d7389b32151a [file] [log] [blame]
Thomas Vachuskab0ca8c52015-05-21 16:41:41 -07001/*
2 * Copyright 2015 Open Networking Laboratory
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17/**
18 * Services for reserving links and their capacity as network resources,
19 * e.g. bandwidth, lambdas.
Sho SHIMIZU364cbac2015-10-29 15:47:35 -070020 * <p>
21 * Note: Classes under the package will be remove.
22 * Developers should not use the classes.
23 * This package is marked as deprecated in Emu Release.
24 * </p>
Thomas Vachuskab0ca8c52015-05-21 16:41:41 -070025 */
Sho SHIMIZU364cbac2015-10-29 15:47:35 -070026@Deprecated
Thomas Vachuskab0ca8c52015-05-21 16:41:41 -070027package org.onosproject.net.resource.link;