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
The derived parameter type of the registerEvent(…) method is wrong. It should be ProductAdded as that's the return value of the static method generated by Lombok.
Also, note how there's an extra type hint rendered for the @RequiredArgsConstructor declaration on ProductAdded.
The text was updated successfully, but these errors were encountered:
I think having it available for standard Java code will already be a big gain.
I had started to implement the lombok feature but it's an hard thing and Java code will ne specific for lombok. I would like to avoid doing work that JDT project will reject because of lombok code (but there is no dependency to lombok ).
The derived parameter type of the
registerEvent(…)
method is wrong. It should beProductAdded
as that's the return value of the static method generated by Lombok.Also, note how there's an extra type hint rendered for the
@RequiredArgsConstructor
declaration onProductAdded
.The text was updated successfully, but these errors were encountered: