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

com.neotys.neoload.model.repository.ClearCache Maven / Gradle / Ivy

package com.neotys.neoload.model.repository;

import org.immutables.value.Value;

import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.neotys.neoload.model.core.Element;

/**
 * @deprecated As of v3, replaced by an associated class from v3 version.
 */
@Value.Immutable
@JsonDeserialize(as = ImmutableClearCache.class)
@Deprecated
public interface ClearCache extends Element {
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy