Skip to content

Commit

Permalink
clarify usage
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Jan 7, 2024
1 parent 3133305 commit 3d2afdc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
* Implementations highly affect the behavior of the {@link CsvReader}. With great power comes great responsibility.
* Don't mess up the CSV reading process!
* <p>
* Even if you need custom handling, you typically don't need to implement this interface directly.
* Check out {@link #forSimpleMapper(SimpleCsvMapper)} and {@link AbstractBaseCsvCallbackHandler} first.
* <p>
* CsvCallbackHandler implementations are stateful and must not be reused.
*
* @param <T> the type of the record that is built from the CSV data
Expand Down

0 comments on commit 3d2afdc

Please sign in to comment.