blob: c24cd37cda971b46419bd733b855b9afcbf57835 [file] [log] [blame]
package aQute.bnd.service;
public enum Strategy {
LOWEST, EXACT, HIGHEST;
}