Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

ModuleLoader uses non-concrete type checks #61

Description

@JarvisCraft

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.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions