package it.cavallium.datagen; import org.jetbrains.annotations.NotNull; public interface DataUpgrader { @NotNull U upgrade(@NotNull T data); }