All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.meridor.stecker.interfaces.ScanResult Maven / Gradle / Ivy

Go to download

This is a plugin loading library. Its main purpose is to load extension point implementations from provided plugins.

The newest version!
package org.meridor.stecker.interfaces;

public interface ScanResult {

    ClassLoader getClassLoader();

    PluginImplementationsAware getContents();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy