com.avast.jarloader.demo.IDemoFunction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jar-loader Show documentation
Show all versions of jar-loader Show documentation
Library for dynamic loading of JARs with miscellaneous content.
The newest version!
package com.avast.jarloader.demo;
/**
* Created 15.11.13
*
* @author Jenda Kolena, [email protected]
* @version 0.1
*/
public interface IDemoFunction {
public void doSomething();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy