package it.cavallium.data.generator; import org.jetbrains.annotations.NotNull; public interface DataInitializer { @NotNull T initialize(); }