Hi,Component#getApplication() is currently final. Could it be made non-final so that I can make use of covariant return types in my base page? Component#getSession() - which works the same way - is already non-final.
A similar case could be made for Component#getPage() (which I would override in my base panel).
Would that be a bad idea for some reason? Christoph
