com.github.switcherapi.client.test.SwitcherTestValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of switcher-client Show documentation
Show all versions of switcher-client Show documentation
Switcher Client SDK for working with Switcher API
package com.github.switcherapi.client.test;
public @interface SwitcherTestValue {
String key();
boolean result() default true;
String metadata() default "";
SwitcherTestWhen[] when() default {};
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy