* is not accessible to the compilerStrategy and/or the current thread
* context class-loader; it is added last as a fail-safe in case a
* suggested type cannot be used. It is automatically included, as
* there's no case when skipping it would be desired....
*/
final SuperTypeResolverStrategy inaccessibleTypeStrategy = new DefaultSuperTypeResolverStrategy() {
/**
* Tests whether the specified type is accessible to both the
* current thread's class-loader, and also to the compilerStrategy.
*