opwvhk.plugin.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-loader Show documentation
Show all versions of plugin-loader Show documentation
A simple plugin loader, loading isolated plugins with their own classpath.
The application and the plugins share access to platform and service classes -- without a proxy or reflection.
The newest version!
/**
* A simple, minimal plugin system that does not require reflection.
*
* Your starting point for documentation is the class {@link opwvhk.plugin.Plugins}.
*
* See the project documentation for more information.
*/
package opwvhk.plugin;