Annotation Interface ReturnsReceiver


@Retention(RUNTIME) @Target(METHOD) @Inherited public @interface ReturnsReceiver
A deprecated variant of org.checkerframework.common.returnsreceiver.qual.This.

Lombok outputs this annotation. It is retained only for backwards-compatibility with Lombok's checkerframework = true lombok.config flag. It should not be used in new code, because it is TRUSTED, NOT CHECKED.

This annotation could be marked as deprecated, but that causes extra warnings when processing delombok'd code.

See the Checker Framework Manual:
Called Methods Checker