Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 797 Bytes

File metadata and controls

17 lines (13 loc) · 797 Bytes

org.librarysimplified.accounts.source.spi

The org.librarysimplified.accounts.source.spi module specifies the SPI used by implementations that want to contribute to the accounts registry.

Implementations of the AccountProviderSourceType interface should register themselves with ServiceLoader and will then be automatically picked up and used by the accounts registry implementation.

See Also