Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-4
-
None
Description
The parser allows the final keyword to be applied to a @Property however the code generator still generates a set method for the property.
The code generator should only generate a get mthod if the property is final.