hu.webarticum.jpluginmanager.core.NoDependency Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jpluginmanager Show documentation
Show all versions of jpluginmanager Show documentation
Simple plugin manager for Java
The newest version!
package hu.webarticum.jpluginmanager.core;
import java.util.Collection;
public class NoDependency implements Dependency {
@Override
public boolean validate(Collection resolvedPlugins) {
return true;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy