blob: 6b2fc92dbf6da8079f2fe2aaf9027a64c68ced5d [file] [log] [blame]
<!-- $Revision: 7556 $ -->
<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>