blob: a3ee72a318079d26660ea3c7ac2dcbb789dac969 [file] [log] [blame]
Carsten Ziegeler3314f912014-07-30 07:22:32 +00001/*
2 * Copyright (c) OSGi Alliance (2010, 2012). All Rights Reserved.
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 * Start Level Package Version 1.1.
19 *
20 * <p>
21 * <b>Deprecated.</b>
22 * <i>This package is deprecated and has been replaced by the
23 * {@code org.osgi.framework.startlevel} package.</i>
24 *
25 * <p>
26 * Bundles wishing to use this package must list the package in the
27 * Import-Package header of the bundle's manifest.
28 *
29 * <p>
30 * Example import for consumers using the API in this package:
31 * <p>
32 * {@code Import-Package: org.osgi.service.startlevel; version="[1.1,2.0)"}
33 *
34 * @version 1.1
35 * @author $Id$
36 */
37
38package org.osgi.service.startlevel;