Document A2 OSGi Boot. Add classpath provisioning source.
[lgpl/argeo-commons.git] / org.argeo.osgi.boot / src / org / argeo / osgi / boot / a2 / A2Contribution.java
index 9e6ca3084b7b75751f1501999dc8d008c160708e..84778918641a0b2e8f6dc936dc13720a065a458b 100644 (file)
@@ -4,9 +4,14 @@ import java.util.Collections;
 import java.util.Map;
 import java.util.TreeMap;
 
+/**
+ * A category grouping a set of {@link A2Component}, typically based on the
+ * provider of these components. This is the equivalent of Maven's group Id.
+ */
 class A2Contribution implements Comparable<A2Contribution> {
        final static String BOOT = "boot";
        final static String RUNTIME = "runtime";
+       final static String CLASSPATH = "classpath";
 
        private final ProvisioningSource source;
        private final String id;