Document A2 OSGi Boot. Add classpath provisioning source.
[lgpl/argeo-commons.git] / org.argeo.osgi.boot / src / org / argeo / osgi / boot / a2 / OsgiContext.java
index a3ddf55f307d371de7988eb3041bb2a12d7c3784..948cbe26a279b0819f06aa0b9ffb7596a0fe49d2 100644 (file)
@@ -6,6 +6,7 @@ import org.osgi.framework.BundleContext;
 import org.osgi.framework.FrameworkUtil;
 import org.osgi.framework.Version;
 
+/** A running OSGi bundle context seen as a {@link ProvisioningSource}. */
 class OsgiContext extends ProvisioningSource {
        private final BundleContext bc;