Package com.google.protobuf
Annotation Type CanIgnoreReturnValue
-
@Documented @Target(METHOD) @Retention(CLASS) @interface CanIgnoreReturnValueIndicates that the return value of the annotated method can be safely ignored.This is the opposite of
CheckReturnValue. It can be used inside classes or packages annotated with@CheckReturnValueto exempt specific methods from the default.