#1409: AbstractPlugin.kt

projectforge-business/src/main/kotlin/org/projectforge/plugins/core/AbstractPlugin.kt Plugin Base Class, projectforge-business/src/main/kotlin/org/projectforge/plugins/core/AbstractPlugin.kt 237 lines · 128 code · 84 comments · 25 blank
Base class for ProjectForge plugins. Provides lifecycle hooks (init, start, stop), resource registration, menu integration, and database migration support. Plugins extend this to add business modules to the application.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.