I was adding some methods with lots of paramaters to a repository and got
reminded that I had to annotate all with @Named to have the Isis show the
parameter name. This is an anti-DRY pattern and I googled for some
solutions. I came across Paranamer, a project which solves the problem that
Java reflection does not return parameter names. Did anyone looked into
solutions like this and might it be worth it to implement?

[1] http://paranamer.codehaus.org/

Cheers,

Jeroen

Reply via email to