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

ru.yandex.qatools.camelot.test.OverrideComponent 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.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface OverrideComponent {
    Class from();

    Class to();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy