#675: ConfigurationType.java
projectforge-business/src/main/java/org/projectforge/framework/configuration/ConfigurationType.java Type: Java Class · Package: org.projectforge.framework.configuration · Source: projectforge-business/src/main/java/org/projectforge/framework/configuration/ConfigurationType.java 42 lines · 16 code · 23 comments · 3 blank
Java Class implementing ConfigurationType.
Methods
| Return | Method | Parameters |
boolean | isIn | final ConfigurationType... configurationTypes |
Architecture Analysis
Resides in projectforge-business, the core module containing domain logic, services, and persistence. Marked with @Configuration, providing Spring bean definitions and wiring for a specific subsystem.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
5f9bbfbd37 | Fix typos in projectforge-business directory |
40e721b9cf | VCardUtils |
4c04cfd652 | MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.) |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
cf80afb28b | Removing of tenancy functionality finished (system tested). |
0ab100d216 | Configuration refactored (GlobalConfiguration not needed anymore). SEPA export should now erease unprintable chars. |
ceb63e8a1b | Source code header: (C) 2001-2021. |
7c79f1922c | Copyright of source header -> 2020. |
dd5ca38acd | CopyRight of all java file-header updated or created. |
58da097ae7 | PROJECTFORGE-2730 Refactorings for vacation calendar |
9ebb885224 | Initial commit |