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

com.arextest.storage.repository.RepositoryProvider Maven / Gradle / Ivy

There is a newer version: 1.3.4
Show newest version
package com.arextest.storage.repository;

import com.arextest.model.mock.Mocker;
import javax.validation.constraints.NotNull;

/**
 * @author jmo
 * @since 2021/11/8
 */
public interface RepositoryProvider extends RepositoryReader,
    RepositoryWriter {

  @NotNull
  String getProviderName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy