Zhuinden / flowless

[DEPRECATED] Based on Flow 1.0-alpha. To keep your life simple, use zhuinden/simple-stack instead.
Apache License 2.0
141 stars 7 forks source link

ServiceProvider should return null instead of unchecked exception #13

Closed Zhuinden closed 7 years ago

Zhuinden commented 8 years ago

It says it can return null, but in reality it just throws NoSuchServiceException

That's not very intuitive

Zhuinden commented 7 years ago

Actually, it still returns the exception, BUT it is now @NonNull and there is hasService() method.