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

com.dragome.commons.compiler.PrioritySolver Maven / Gradle / Ivy

The newest version!
package com.dragome.commons.compiler;

import com.dragome.commons.compiler.classpath.ClasspathEntry;

public interface PrioritySolver
{
	int getPriorityOf(ClasspathEntry string);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy