"I'd like to submit an RFE for support of overloaded
methods in the native interface. I.e. I want to be able to implement
int native overloadedMethod(int i);
int native overloadedMethod(String s);
and not be forced to invent different method names."
methods in the native interface. I.e. I want to be able to implement
int native overloadedMethod(int i);
int native overloadedMethod(String s);
and not be forced to invent different method names."