Is there a way to make IntelliJ put the auto generated JPA Entity annotations (@Column, @Id, etc) in the properties themselves, instead of the getter?
There's an answer that points to a Hub issue that works for xml-based configurations, but there are two follow-up comments (one is mine) asking how to do this with @Configuration (no xml) and there's no answer.
Thanks