Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Java records are immutable, so they do not provide setters for their properties. However, Flow Binder fully supports writing records by creating new instances on demand. This change prevents Binder from logging a useless 'missing setter' log message for records. Co-authored-by: Marco Collovati <marco@vaadin.com>
- Loading branch information