mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-20 11:38:28 -06:00
add SPI component stability metadata
This commit is contained in:
parent
123c41a9bc
commit
d6d75630c1
@ -31,4 +31,5 @@ import java.lang.annotation.Target;
|
||||
public @interface Service {
|
||||
Class<?> value();
|
||||
String selector();
|
||||
Stability maturity() default Stability.Unspecified;
|
||||
}
|
||||
|
@ -0,0 +1,7 @@
|
||||
package io.nosqlbench.nb.annotations;
|
||||
|
||||
public enum Stability {
|
||||
Experimental,
|
||||
Stable,
|
||||
Unspecified
|
||||
}
|
Loading…
Reference in New Issue
Block a user