Skip to content

Latest commit

 

History

History

simplified-accounts-source-spi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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