Annotation Type CanIgnoreReturnValue
-
@Documented @Target({METHOD,CONSTRUCTOR,TYPE}) @Retention(CLASS) public @interface CanIgnoreReturnValueIndicates that the return value of the annotated API is ignorable.This is the opposite of
CheckReturnValue. It can be used inside classes or packages annotated with@CheckReturnValueto exempt specific APIs from the default.