All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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