package jetbrains.mps.baseLanguage.collections.plugin; /*Generated by MPS */ public class CollectionsLanguage { private static CollectionsLanguage INSTANCE = new CollectionsLanguage(); private CollectionsLanguage() { INSTANCE = this; } public CustomContainersRegistry getCustomContainersRegistry() { return CustomContainersRegistry.INSTANCE; } public static CollectionsLanguage getInstance() { return INSTANCE; } }