Comment added

This commit is contained in:
Andrey Breslav
2012-03-12 16:21:35 +04:00
parent 68698cb34a
commit 9138d0f6d4
@@ -60,5 +60,6 @@ public interface ModuleConfiguration {
@Nullable
NamespaceDescriptor getTopLevelNamespace(@NotNull String shortName);
/** Add all the top-level namespaces from the dependencies of this module into the given collection */
void addAllTopLevelNamespacesTo(@NotNull Collection<? super NamespaceDescriptor> topLevelNamespaces);
}