Abstract classes annotation processing

Julien Nicoulaud julien.nicoulaud at gmail.com
Mon Jul 8 10:47:13 PDT 2013


Hi all,

It seems JMH's annotation processor does not look into super classes for
annotations. It would be great to support that, as it would allow to have
"pseudo-parameterized" tests, for example something like this:
https://gist.github.com/nicoulaj/5950889

Or may be there is another way to run the same benchmark code against
multiple implementations ?

Regards,
Julien


More information about the jmh-dev mailing list