Document A2 OSGi Boot. Add classpath provisioning source.
[lgpl/argeo-commons.git] / org.argeo.osgi.boot / src / org / argeo / osgi / boot / a2 / A2Branch.java
index ae715eceae5420c9cc2d42b0c65639a3e51f9d26..a9e5e5f90df2a884071be2eda5f9510933aceb1b 100644 (file)
@@ -7,6 +7,11 @@ import java.util.TreeMap;
 import org.argeo.osgi.boot.OsgiBootUtils;
 import org.osgi.framework.Version;
 
+/**
+ * A logical linear sequence of versions of a given {@link A2Component}. This is
+ * typically a combination of major and minor version, indicating backward
+ * compatibility.
+ */
 class A2Branch implements Comparable<A2Branch> {
        private final A2Component component;
        private final String id;