Built-in default loader named Loader used for all scenes by default (if I not provide other in scene config). It seems right, while you dont't learn about DefaultLoader, which is not user by default, and actually it is common loader, from which Loader extends.
I'm fiding it's confusing, don't they supposed to be swapped? So the Loader (which now is DefautLoader) will be common loader and must be extended by other loaders, and DefaultLoader will extend Loader and be used by defaut as its name says.
Built-in default loader named
Loaderused for all scenes by default (if I not provide other in scene config). It seems right, while you dont't learn aboutDefaultLoader, which is not user by default, and actually it is common loader, from whichLoaderextends.I'm fiding it's confusing, don't they supposed to be swapped? So the
Loader(which now isDefautLoader) will be common loader and must be extended by other loaders, andDefaultLoaderwill extendLoaderand be used by defaut as its name says.