Package xyz.block.ftl.hotreload
Class CodeGenNotification
-
- All Implemented Interfaces:
public class CodeGenNotificationThis is a bit of a hack that allows for the hot reload process to wait for an async code generation process to complete
-
-
Constructor Summary
Constructors Constructor Description CodeGenNotification()
-
Method Summary
Modifier and Type Method Description static voidupdateLastModified(List<Path> path)static voidwaitForCodeGen()-
-
Method Detail
-
updateLastModified
static void updateLastModified(List<Path> path)
-
waitForCodeGen
static void waitForCodeGen()
-
-
-
-