Base
💾 Source Code
The Base Apex module is a collection of foundational metadata that's designed to be implemented or extended by any domain-specific modules. This includes (but is not limited to):
- Base Classes
- Enums
- Exceptions
- Interfaces
- etc.
Additionally, you can create your own plug-n-play modules by extending the classes or implementing the interfaces provided by the base module.
