blob: 5c0bffce266568345c9f40a27bf297754d70707e [file] [log] [blame]
David Jenckse165efc2014-06-15 01:09:26 +00001/*
2 * Copyright (c) OSGi Alliance (2012, 2014). 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 * OSGi Data Transfer Object Framework Package Version 1.8.
19 *
20 * <p>
21 * Bundles wishing to use this package must list the package in the
22 * Import-Package header of the bundle's manifest. This package has two types of
23 * users: the consumers that use the API in this package and the providers that
24 * implement the API in this package.
25 *
26 * <p>
27 * Example import for consumers using the API in this package:
28 * <p>
29 * {@code Import-Package: org.osgi.framework.dto; version="[1.8,2.0)"}
30 * <p>
31 * Example import for providers implementing the API in this package:
32 * <p>
33 * {@code Import-Package: org.osgi.framework.dto; version="[1.8,1.9)"}
34 *
35 * @author $Id: 2acfb6f1633e18f1ceedd27c04e70131cae4f293 $
36 */
37
38//@Version("1.8")
39package org.osgi.framework.dto;
40
41//import org.osgi.annotation.versioning.Version;
42