Class | Description |
---|---|
MavenLoader |
A class to load any plugins with MavenLibrary annotations
|
MavenPlugin |
Takes care of running the MavenLoader when the plugin is loaded.
|
Annotation Type | Description |
---|---|
MavenLibraries |
Allows MavenLibrary to be repeatable
|
MavenLibrary |
Allows a plugin to declare dependencies to download at runtime, meaning no more shaded jars!
|