You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that it would be useful to add ClassCreator.method(), ClassCreator.staticMethod(), etc. variants that accept MethodDesc (maybe even MethodTypeDesc?). Currently, if you need to add a method with the same descriptor you'll need to either create a util method or copy large chunks of code.