Mark as serializable

This commit is contained in:
2023-06-27 12:25:21 -05:00
parent a62a1f10cd
commit 184ef8db47

View File

@ -29,7 +29,7 @@ import com.kingsrook.qqq.backend.core.model.actions.scripts.ExecuteCodeInput;
/******************************************************************************* /*******************************************************************************
** Interface to provide logging functionality to QCodeExecution (e.g., scripts) ** Interface to provide logging functionality to QCodeExecution (e.g., scripts)
*******************************************************************************/ *******************************************************************************/
public interface QCodeExecutionLoggerInterface public interface QCodeExecutionLoggerInterface extends Serializable
{ {
/******************************************************************************* /*******************************************************************************