android-test
android-test copied to clipboard
Add support for @Supersedes annotation in ServiceLoaderWrapper
Add support for @Supersedes annotation in ServiceLoaderWrapper
This allows us to explicitly mark an implementation as being a replacement for another implementation. This is useful for cases where two or more implementations of a service exist, but only one should be used and the other can't be removed.