Exclude "Usage in XML descriptor" from "Unused declaration" usages checks

Answered

I have Java methods defined in a DAO interface that have implementations defined in an XML MyBatis mapper (detected by IntelliJ as "Usage in XML descriptor").
I'd like them to be highlighted as unused because the methods are never used in any Java file.
Is there a way to do that?

0
1 comment

Do you use MyBatis plugin?

0

Please sign in to leave a comment.