How do you guys feel if the @CheckReturnValue annotation was added to certain public API methods?
The one that would probably benefit the most in my opinion would be the subscribe method where you get a Subscription or Disposable back. In 99% of the cases you want to handle it.
Also static analyze tools such as Error Prone could emit an error / warning.