Introduces a `@Super(mode = *)` which will tell builder generator to invoke super class method. ## Modes - PREPEND - Add invocation before the property definition - APPEND - Add invocation after property definition
Introduces a
@Super(mode = *)which will tell builder generator to invoke super class method.Modes
PREPEND
APPEND