blob: 657e8db2b235a8d2a196cb1923641e09749c18ab [file] [log] [blame]
<!--
/*
* $Revision$
*
* Copyright (c) OSGi Alliance (2008, 2009). All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<BODY>
<p>Blueprint Container Package Version 1.0.</p>
<p>Bundles wishing to use this package must list the package
in the Import-Package header of the bundle's manifest.
For example:</p>
<pre>
Import-Package: org.osgi.service.blueprint.container; version=&quot;[1.0,2.0)&quot;
</pre>
<p>
This package defines the primary interface to a Blueprint Container,
<code>BlueprintContainer</code>. An instance of this type is available
inside a Blueprint Container as an implicitly defined component with the name
&quot;blueprintContainer&quot;.
</p>
<p>
This package also declares the supporting exception types, listener, and constants for working with a Blueprint
Container.
</p>
</BODY>