Class ModelsAutoImportsManager.AutoImportsContributor<ModuleType extends SModule>

    • Constructor Detail

      • AutoImportsContributor

        public AutoImportsContributor()
    • Method Detail

      • getApplicableSModuleClass

        @Deprecated
        public Class<ModuleType> getApplicableSModuleClass()
        Deprecated.
        Use generic isApplicable(SModule) instead, and stop parameterising the class with ModuleType, it's to be removed after 2018.3 (signature of all the methods of this class will use SModule then). It's not possible to change ModuleType contextModule to SModule contextModule right away as it breaks compile-time code compatibility.
      • isApplicable

        public boolean isApplicable​(SModule module)
        IMPORTANT! THIS METHOD HAS DEFAULT IMPLEMENTATION FOR TRANSITION PERIOD AND TO BECOME ABSTRACT IN NEXT RELEASE. PLEASE OVERRIDE!