NucleusPowered / QuickStartModuleLoader

An experimental module loader, primarily useful for Nucleus, but can be used in any Java project.
MIT License
2 stars 2 forks source link

Add method to module to specify dependencies that aren't modules #9

Closed dualspiral closed 7 years ago

dualspiral commented 7 years ago

Idea being that if an exception is raised, the dependency wasn't fulfilled, and to disable the module. Possibly add a soft deps equivalent too.

Would be a default, empty method on the Module interface.