You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to define default methods in a mapper interface, but they should only be used when the mapper is called externally. They should not be used within the auto-generated mapper implementation.
I think it would be helpful to have an annotation that can be applied to default methods, ensuring they cannot be used by the auto-generated mapper implementation.