blob: 2712d71734e4a0bd42d8a343574afef763d57490 [file] [log] [blame]
Stuart McCulloch39cc9ac2012-07-16 13:43:38 +00001package aQute.bnd.properties;
Stuart McCullochd4826102012-06-26 16:34:24 +00002
3public interface IRegion {
4
5 int getLength();
6
7 int getOffset();
8}