Demonstrates that using Lombok's @SuperBuilder annotation prevents MapStruct from calling the @AfterMapping method.
Issue resolved by Arnaud-J in pull request #1.
Demonstrates how to use mapstruct with after mapping together with Lombok's @SuperBuilder.