mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Mark as serializable
This commit is contained in:
@ -29,7 +29,7 @@ import com.kingsrook.qqq.backend.core.model.actions.scripts.ExecuteCodeInput;
|
||||
/*******************************************************************************
|
||||
** Interface to provide logging functionality to QCodeExecution (e.g., scripts)
|
||||
*******************************************************************************/
|
||||
public interface QCodeExecutionLoggerInterface
|
||||
public interface QCodeExecutionLoggerInterface extends Serializable
|
||||
{
|
||||
|
||||
/*******************************************************************************
|
||||
|
Reference in New Issue
Block a user