Skip to content

BuilderPattern now works properly with inheritance

Latest
Compare
Choose a tag to compare
released this 04 Jun 14:53
· 3 commits to master since this release
299e207

If one subclasses a builder pattern class the attribute definitions in the parent are now relevant to the child classes along with any additional attributes added at the child level.