stoicflame / enunciate

Build-time enhancement tool for Java-based Web services projects
http://enunciate.webcohesion.com/
Other
480 stars 200 forks source link

Add support for annotations on records #1192

Closed ripdajacker closed 8 months ago

ripdajacker commented 8 months ago

The record support added a couple of weeks ago seems to ignore annotations on the record components. Digging in to it it seems that these are added to the accessor method of the record.

This is a small PR that returns the accessors instead of the component element fields.

stoicflame commented 8 months ago

Thanks!