"UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element"
@Query(value = "SELECT t FROM IntraPaymentTransaction t WHERE exchangeBuyAmount.currency <> exchangeSellAmount.currency")
I use this query in my repository but PMD return "UnnecessaryAnnotationValueElement: Avoid the use of value in annotations when its the only element" DO you have any idea?