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

ru.testit.models.ResultWithAttachments Maven / Gradle / Ivy

package ru.testit.models;

import java.util.List;

/**
 * The marker interface for model objects with attachments.
 */
public interface ResultWithAttachments {
    /**
     * Gets attachments.
     *
     * @return the attachments
     */
    List getAttachments();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy