Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/molenzwiebel/moduleloader


https://github.com/molenzwiebel/moduleloader

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

ModuleLoader
============

To write a module:

- Implement IModule

- Add
```java
@UndercastModule(name="", version="")
```
to your class