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

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

package com.neotys.neoload.model.repository;

import com.neotys.neoload.model.core.Element;

/**
 * A A PageElement is basically an Element
 * that can be placed under a Page.
 * 
 * @deprecated As of v3, replaced by an associated class from v3 version.
 */
@Deprecated
public interface PageElement extends Element {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy