This class is designed to test the default access jvm problem workaround.
The issue is that public methods of a public subclass contained in a default access
superclass are returned by reflection but an IllegalAccessException is thrown
when they are invoked.
This is the default access superclass
author: Robert Burrell Donkin version: $Revision: 438363 $ $Date: 2006-08-30 05:48:00 +0100 (Wed, 30 Aug 2006) $ |