Details
Assignee
UnassignedUnassignedReporter
Bernd FuhrmannBernd FuhrmannLabels
Participants
Bernd FuhrmannComponents
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Bernd Fuhrmann
Bernd FuhrmannLabels
Participants
Bernd Fuhrmann
Components
Affects versions
Priority
Created July 25, 2017 at 5:41 PM
Updated December 12, 2024 at 1:19 PM
When generating POJOs with hibernate-tools,it would be helpful to have appropriate Javadoc for all getters and setters in generated POJOs. Some default value would be helpful, but at least have it configurable via attributes.
The file to look at would probably be:
hibernate-tools/main/src/main/resources/pojo/PojoPropertyAccessors.ftl
This already generates javadoc for the getter, albeit wrong, see bug HBX-1423.
It would be nice to be able to define javadoc for field, getter and setter separately.