Huib van Velden
Results
1
comments of
Huib van Velden
My response comes a bit late, but for anyone else who runs into this problem, add the Retention to your annotation class PerfTest ```java @Retention(RetentionPolicy.RUNTIME) public @interface PerfTest { }...