| 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 Open . It would be nice to be able to define javadoc for field, getter and setter separately. |