moduload
Runtime module loading for Scala
Simple usage:
- Create a class that mixes in the trait
Moduload
and defines an implementation for theload()
method. - Create a
moduload.list
file in theresources
path with the full class name of the module (ex. com.company.MyModule). - Invoke
Moduload.load()
to automatically pick up allmoduload.list
files and load them.