@WithBy is an experimental Lombok feature that didn't even make it to the official documentation yet. It helps write nested @With in a readable way by using lambda.
Expected behavior
While the feature works, the lack of support in the plugin makes Android Studio displays as errors all calls to methods that are actually generated and work fine.
Version information
IDEA Version: Android Studio Dolphin | 2021.3.1 Patch 1 Build #AI-213.7172.25.2113.9123335
JDK Version: 11.0.13
OS Type & Version: Linux
Lombok Plugin Version: 0.34-2020.2
Lombok Dependency Version: 1.18.20
PS: Is the Lombok plugin development completely abandonned?!
Short description
@WithBy
is an experimental Lombok feature that didn't even make it to the official documentation yet. It helps write nested@With
in a readable way by using lambda.Expected behavior
While the feature works, the lack of support in the plugin makes Android Studio displays as errors all calls to methods that are actually generated and work fine.
Version information
PS: Is the Lombok plugin development completely abandonned?!