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

biz.aQute.resolve.ResolutionCallback Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package biz.aQute.resolve;

import java.util.List;
import java.util.Set;

import org.osgi.resource.Capability;
import org.osgi.resource.Requirement;

public interface ResolutionCallback {
	void processCandidates(Requirement requirement, Set wired, List candidates);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy