On 2 June 2014 18:56, Gary Gregory <[email protected]> wrote:

> And you should not be forced to spec the attribute name but you can
> override it.
>
>
Now I'm not too sure on how this would even be possible in Java 1.6 on
method parameters. I know it's doable on fields and setter methods (thanks
to the JavaBean naming conventions), but not so sure on parameters. In 1.8,
the java.lang.reflect.Parameter class was added which is super useful for
this sort of thing.

-- 
Matt Sicker <[email protected]>

Reply via email to