You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModuleLoader should not rely on module's type but to hold internal containers linking these with exact classes implemented by them.
e.g. store Collection<LoadedModule<? extends M>> where LoadedModule<? extends M>> is a holder of modules implemented and the very implementation instance.
ModuleLoadershould not rely on module's type but to hold internal containers linking these with exact classes implemented by them.e.g. store
Collection<LoadedModule<? extends M>>where LoadedModule<? extends M>> is a holder of modules implemented and the very implementation instance.