If your application needs to load and cache (and maybe even create, update or delete) some internal backend data not be exposed to editors or high-level developers, you can now provide nameless data classes.
If no
nameis passed toprovideDataClass, the resulting class can be used as usual for retrieving and updating the external data concerned. However, the class will not be available for use withDataLocators and in the Web Builder UI. For details, please refer to the documentation.

