dev.galasa.zosmf.internal.ZosmfManagerField Maven / Gradle / Ivy
/*
* Licensed Materials - Property of IBM
*
* (c) Copyright IBM Corp. 2019.
*/
package dev.galasa.zosmf.internal;
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 ZosmfManagerField {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy