java.lang.reflect.Parameter comments
Kasper Nielsen
kasperni at gmail.com
Sun Aug 25 14:03:50 UTC 2013
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
More information about the core-libs-dev
mailing list