Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Answers to questions you’ve commonly been asked after requesting comments for this proposal.

Errata

What are minor adjustments that had to be made to the proposal since it was approved?

Since this RFC was approved, modification of argument for init() method was proposed, since it  takes a DistributionConfig as an argument, but that is an internal class.

New proposal is to use Properties as argument for init() method:


default void init(Properties properties) {}

...