I'v just noticed that the plugin shows errors on annotations used for [mapping composition](https://mapstruct.org/documentation/stable/reference/html/#mapping-composition). We should disable this, as it makes no sense. ```java @Retention(RetentionPolicy.CLASS) @Mapping(target = "id", ignore = true) @Mapping(target = "creationDate", expression = "java(new java.util.Date())") @Mapping(target = "name", source = "groupName") public @interface ToEntity { } ``` <img width="683" height="247" alt="example" src="https://github.com/user-attachments/assets/55a7868b-4a6e-4e68-adaa-a931682c2f0c" />