My Mapstruct generated Impl class gets it’s @Generated
from javax.annotation.Generated
instead of javax.annotation.processing.Generated
I’ve use both Mapstruct version of 1.5.5.Final and 1.6.0.Beta1
My spring boot version of 3.3.2 doesn’t recognise first package
And I use jdk version 22
What do I do to overcome this?