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

xsbti.Problem Maven / Gradle / Ivy

The newest version!
/* sbt -- Simple Build Tool
 * Copyright 2008, 2009, 2010  Mark Harrah
 */
package xsbti;

public interface Problem
{
	String category();
	Severity severity();
	String message();
	Position position();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy