@Target(value={METHOD,TYPE}) @Retention(value=CLASS) public @interface CanIgnoreReturnValue
This is the opposite of CheckReturnValue. It can be used inside
classes or packages annotated with CheckReturnValue to exempt specific methods from
the default.
Copyright © 2019. All rights reserved.