July 31, 2009
7:20 p.m.
When you have a class extension you need to know if a method belong to a package or another one. Now when enumerating methods you can always ask all the package which one defines the methods or simply asks the methodreference (in my rewrite of package I extended methodReference to avoid asking all the packages all the times). Stef