Utility class to read the /META-INF/membrane.namespaces files generated by the annotation processor
(
SpringConfigurationXSDGeneratingAnnotationProcessor using
NamespaceInfo).
The membrane.namespaces files describe the XML namespaces declared by the
MCMain annotations.
These files simply help avoid having to scan all classes for the
MCMain annotation.
There may be multiple /META-INF/membrane.namespaces files residing in different jars in the classpath.
NamespaceUtil collects the information from all of these.