amazon-ion / ion-hash-java

A Java implementation of Amazon Ion Hash.
https://amazon-ion.github.io/ion-hash/
Apache License 2.0
6 stars 9 forks source link

enable thread-safe usage of IonHashReaderBuilder and IonHashWriterBuilder #28

Open pbcornell opened 4 years ago

pbcornell commented 4 years ago

Consider accomplishing this by making them immutable, and having with* methods return new, immutable builder instances.