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

lv.ctco.cukesrest.internal.switches.SwitchedBy Maven / Gradle / Ivy

The newest version!
package lv.ctco.cukesrest.internal.switches;

import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
public @interface SwitchedBy {
    String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy