ide-java
ide-java copied to clipboard
Lombok generated getters and setters not identified by ide-java
Lombok is a tool to reduce the generation of boiler plate code while developing in java. https://projectlombok.org/ The plugin does not correctly identify the getters and setters generated by Lombok and identifies them as "undefined".