Is there a way to compute a Java class\'s method\'s signature? A signature like ([Ljava/lang/String;)V represents a function that takes a
([Ljava/lang/String;)V
See here for some details.
Basically it's params, then return value.