Hi,

just 2 short questions/commons on java.lang.reflect.Parameter

1)
I was wondering if there is any reason for java.lang.reflect.Parameter not
to expose the index field?

2)
Also, while Parameter.getParameterizedType() might be a better name than
getGenericType().
I find it kind of annoying that it is called Field.getGenericType() but
Parameter.getParameterizedType(). Lets just have the same name for
practically the same functionality?

Cheers
  Kasper

Reply via email to