blob: f269d45cbf3012777bb5b25b7319831b48af0eb6 [file] [log] [blame]
package aQute.bnd.service;
public enum OBRResolutionMode {
build, runtime
}