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

ru.yandex.qatools.camelot.test.Resource Maven / Gradle / Ivy

package ru.yandex.qatools.camelot.test;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * @author Ilya Sadykov (mailto: [email protected])
 */
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface Resource {
    String id() default "";

    Class value() default PluginMock.class;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy