package com.yoursway.model.repository; public interface ISnapshotBuilder { ISnapshot buildSnapshot(); }