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

com.github.switcherapi.client.test.SwitcherTestValue Maven / Gradle / Ivy

There is a newer version: 2.2.2
Show newest version
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