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

org.bndtools.builder.handlers.baseline.LineLocation Maven / Gradle / Ivy

package org.bndtools.builder.handlers.baseline;

class LineLocation {
	int	lineNum;
	int	start;
	int	end;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy