2024-07-30 15:59:04 +02:00

595 B

Fundamentals

Fundamental low-level building blocks of the IntelliJ Platform.

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