This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268390 - Not support Lombok Anotation @Getter @Setter
Summary: Not support Lombok Anotation @Getter @Setter
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-06 23:29 UTC by _ avbravo
Modified: 2016-10-06 23:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ avbravo 2016-10-06 23:29:06 UTC
I have an application that I use lombok jee7 @Getter annotations, @Setter works well with NB 8.1, in NB8.2, properties not found although defined with @Getter. @Setter, The solution was not to use the annotation and create get / set methods