Deprecate ranking key.
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 26 Nov 2020 11:18:17 +0000 (12:18 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 26 Nov 2020 11:18:17 +0000 (12:18 +0100)
org.argeo.suite.core/src/org/argeo/suite/RankingKey.java

index d7a2670b065a900fbef287c31b9da9a7502b6d99..e0991953e2d326682c2a78328e46f5e187c3237e 100644 (file)
@@ -2,12 +2,11 @@ package org.argeo.suite;
 
 import java.util.Map;
 
-import org.argeo.api.NodeConstants;
-
 /**
  * Key used to classify and filter available components (typically provided by
  * OSGi services).
  */
+@Deprecated
 public class RankingKey implements Comparable<RankingKey> {
        public final static String SERVICE_PID = "service.pid";
        public final static String SERVICE_ID = "service.id";