Can some helper API be added so the end user can be insulated from lower level details like: ([Ljava/lang/String;)V, Ljava/io/PrintStream; where one writes in more families code constructors which is converted to the current lower level API calls.
Similarly one can search and replace byte-code slightly more higher level and close to source code.
Can some helper API be added so the end user can be insulated from lower level details like:
([Ljava/lang/String;)V,Ljava/io/PrintStream;where one writes in more families code constructors which is converted to the current lower level API calls.Similarly one can search and replace byte-code slightly more higher level and close to source code.