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
You can find this information in the the Java Virtual Machine Specification