mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
add SPI impl selector field 'selector'
This commit is contained in:
parent
4996d206c7
commit
fa85704b83
@ -30,4 +30,6 @@ import java.lang.annotation.Target;
|
|||||||
@Target(ElementType.TYPE)
|
@Target(ElementType.TYPE)
|
||||||
public @interface Service {
|
public @interface Service {
|
||||||
Class<?> value();
|
Class<?> value();
|
||||||
|
|
||||||
|
String selector() default "";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user