A class to help discover all method signatures that exist in all version of a reloadable type.
For this utility to work reloadable versions of the type must have names following the following pattern: some.package.SomeClass (original name) some.package.SomeClass001 (version 1) some.package.SomeClass002 (version 2)
@author kdvolder
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.