blob: 2712d71734e4a0bd42d8a343574afef763d57490 [file] [log] [blame]
package aQute.bnd.properties;
public interface IRegion {
int getLength();
int getOffset();
}