eclipse / microprofile-reactive-streams-operators

Microprofile project
Apache License 2.0
79 stars 33 forks source link

Clarify that Builders are immutable #153

Closed Azquelt closed 4 years ago

Azquelt commented 4 years ago

This is already implied by the fact that each method which returns a PublisherBuilder or ProcessorBuilder states that it returns a new instance, but it's helpful to be explicit in the class javadoc.

Fixes #142

Emily-Jiang commented 4 years ago

@cescoffier please take a look to see whether you are still ok with the change.