CompositeConfig tested.
[xmlrouter] / impl / src / main / java / org / wamblee / xmlrouter / impl / ExtendedConfig.java
index 232e54d66a8fa7a3dffbb8d2e766893076a4108a..2c1b781f6381fddf3781bac348ab671ad6113a5f 100644 (file)
@@ -16,7 +16,8 @@
 package org.wamblee.xmlrouter.impl;
 
 import org.wamblee.xmlrouter.config.Config;
+import org.wamblee.xmlrouter.config.Identifiable;
 
-public interface ExtendedConfig<T> extends Config<T> {
+public interface ExtendedConfig<T extends Identifiable<T>> extends Config<T> {
 
 }