Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszGaweda committed Jun 27, 2024
1 parent 4e5851c commit bfb26cc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ public final class BeanPropertyReader
*/
private final Field _field;

/**
* Index used for {@code Record}s constructor parameters. It is not used for getter/setter methods.
*/
private final int _index;

public BeanPropertyReader(String name, Field f, Method setter, int propertyIndex) {
Expand Down

0 comments on commit bfb26cc

Please sign in to comment.