I am writing a Roo Addon to add new methods to an existing class (The class source code was created by another Roo addon).
I looked at Roo source code, I can get
Then I can get the declared methods... however, how do I add a method to it?Code:ClassOrInterfaceTypeDetails mgrCls = typeLocationService.findClassOrInterface(propertiesManagerType);
Thank you.
