You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I caught this error when jdtls (with nvim-jdtls, and neovim configurations) tried to understand annotation: @RequiredArgsConstructor(staticName = "of")inside class:
Describe the bug
To be prettier:
I caught this error when jdtls (with nvim-jdtls, and neovim configurations) tried to understand annotation:
@RequiredArgsConstructor(staticName = "of")
inside class:Although It worked well with:
but when it comes with
(staticName = "of")
, that error immediately emerged.Expected behavior
jdtls should work well with both
@RequiredArgsConstructor
and@RequiredArgsConstructor(staticName = "of")
Version info (please complete the following information):
The text was updated successfully, but these errors were encountered: