Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 434 Bytes

File metadata and controls

12 lines (9 loc) · 434 Bytes

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