-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
I tried paranamer on Android but it does not work. Is this library supposed to work on Android ? below is my code.
Paranamer paranamer = new DefaultParanamer();
for (Method method: MainActivity.class.getDeclaredMethods()) {
String[] names = paranamer.lookupParameterNames(method, false);
// This is always zero.
System.out.println(names.length);
for (String name: names) {
System.out.println(name);
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels