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

de.ppi.deepsampler.persistence.model.PersistentMethodCall Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
/*
 * Copyright 2022 PPI AG (Hamburg, Germany)
 * This program is made available under the terms of the MIT License.
 */

package de.ppi.deepsampler.persistence.model;

public interface PersistentMethodCall {
    PersistentParameter getPersistentParameter();
    Object getPersistentReturnValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy