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

已回答

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

Do you use MyBatis plugin?

0

请先登录再写评论。