Consider @Column
and @Element
annotated constructor parameters
#1104
Labels
type: enhancement
A general enhancement
Milestone
It would be nice when constructor creation would consider
@Column
and@Element
annotations on constructor parameters. That would be an easier way to redirect the source value than with@Value
and SpEL without the overhead of SpEL parsing. We need access to constructor parameter annotations see spring-projects/spring-data-commons#2332.The text was updated successfully, but these errors were encountered: