The minor version number of the current API
Note that this value will be inlined so users can reference it directly
(ie: factory.getDTFJMinorVersion() >= ImageFactory.DTFJ_MINOR_VERSION)
When a ClassLoader successfully delegates a findClass() request to
another ClassLoader, the result of the delegation must be cached within
the internal structure so that the VM does not make repeated requests
for the same class.