标签: java maven blueprint-osgi
我正在使用Maven构建的代码库,其中包含许多模块,所有模块都生成OSGi包。其中很多都在blueprint.xml文件中有相同的自定义类型转换器列表,将String转换为List,Map和Array。
避免重复列表的合理策略是什么?