now making sure that ids re prefixed by the config id.
[xmlrouter] / impl / src / main / java / org / wamblee / xmlrouter / impl / CompositeConfig.java
index 5166315e7640504643c80307c42ea782a0902a9c..56e3e8b3f7cb799f77e23d68c42a43b2b1a69864 100644 (file)
@@ -21,6 +21,13 @@ import java.util.List;
 import org.wamblee.xmlrouter.common.Id;
 import org.wamblee.xmlrouter.config.Config;
 
+/**
+ * Composite config. The composite config
+ * 
+ * @author Erik Brakkee
+ * 
+ * @param <T>
+ */
 public class CompositeConfig<T> implements ExtendedConfig<T> {
 
     private Id<Config> id;