mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 01:37:51 +08:00
704 B
704 B
title | redirect_from | ||
---|---|---|---|
Fundamentals |
|
This section describes the low level fundamental building blocks of the IntelliJ Platform:
- The component model - how the application is hosted and composed. Lifetime and dependency management.
- Disposers - managing object lifetimes and resource cleanup
- Threading models
- Messaging