dev.galasa.linux.LinuxManagerField Maven / Gradle / Ivy
The newest version!
/*
* Copyright contributors to the Galasa project
*
* SPDX-License-Identifier: EPL-2.0
*/
package dev.galasa.linux;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Used to annotate annotations that are to be used for Test Class fields. To be
* populated by the Manager.
*
*
*
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.TYPE })
public @interface LinuxManagerField {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy