migrationClass

The class, loaded by the scan but not initialised, and constructed when this migration's turn comes.

Carried rather than looked up again by name: ClassGraph resolved it against the loaders it scanned with, and a later Class.forName would have to guess at the same answer - wrongly, wherever this module and the application sit on different loaders.