Closed kazurayam closed 2 years ago
v0.5.2 I can write
Parameters p = new Parameters.Builder().build()
But can't this
Paramters p = Parameters.builder().build()
The latter signature is good to have
done at 0.5.3-SNAPSHOT
v0.5.2 I can write
But can't this
The latter signature is good to have