Greetings!
Now my goal is to leverage generated methods in MapStruct mappers. But for some reason MapStruct does see lombok's Getters & Setters but doesn't see my hasProperty methods.
In a debugger I see that HandleGetter works first, then my HandlePresenceChecker, then MapStruct. ClassSymbol passed to MapStruct contains getters & setters, but it doesn't contain my presence checker.
I'm aware of multiple rounds of annotation processors workflow, but can't understand what is missing.
Can anyone give me an advice what to check next?