--- Christian Andersson <[EMAIL PROTECTED]> wrote: > (we have started to intruduce our own version > functionallity in the code so > that we can ask what version of the class we are > running, and thisin all the > classes we create ourselves, if we are extending a > class, we first make our > own abstract class of this class that implements the > Version interface, all > classes then extends this new class and thus have to > implement the version > interface)
You might want to take a look at AspectJ for something like this. Noel __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
