Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix RuntimeInvisibleParameterAnnotations

While running Junit test case I'm getting bad RuntimeInvisibleParameterAnnotations attribute: error

like image 239
Rajaa Avatar asked Jan 01 '26 00:01

Rajaa


1 Answers

I faced the same problem when using maven-compiler-plugin 3.0. Stepping back to v2.5.1 solved the issue for me (using Maven 3.0.4)

like image 164
Philip Helger Avatar answered Jan 02 '26 18:01

Philip Helger