Skip to content

Latest commit

 

History

History

simplified-migration-spi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

org.librarysimplified.migration.spi

The org.librarysimplified.migration.spi module specifies an SPI for data migrations. Implementations are expected to register instances of the MigrationProviderType interface with ServiceLoader, and these instances will be picked up automatically by the migration API on application startup.

See Also