Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/molenzwiebel/moduleloader
https://github.com/molenzwiebel/moduleloader
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/molenzwiebel/moduleloader
- Owner: molenzwiebel
- Created: 2013-05-11T19:52:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-12T08:42:40.000Z (over 11 years ago)
- Last Synced: 2023-04-29T20:32:30.362Z (over 1 year ago)
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ModuleLoader
============To write a module:
- Implement IModule
- Add
```java
@UndercastModule(name="", version="")
```
to your class