
com.github.switcherapi.client.test.SwitcherTestValue Maven / Gradle / Ivy
package com.github.switcherapi.client.test;
public @interface SwitcherTestValue {
String key();
boolean result() default true;
String metadata() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy