-
Notifications
You must be signed in to change notification settings - Fork 88
guide common
devonfw-core edited this page Nov 18, 2022
·
5 revisions
Table of Contents
Warning
|
Hey there! Seems like you are still using the documentation of our legacy Java repository. Since it won’t be maintained anymore, we recommend you to checkout the new Java page here. |
In our coding-conventions we define a clear packaging and layering.
However, there is always cross-cutting code that does not belong to a specific layer such as generic helpers, general code for configuration or integration, etc.
Therefore, we define a package segment common
that can be used as «layer»
for such cross-cutting code.
Code from any other layer is allowed to access such common
code (at least within the same component).
This documentation is licensed under the Creative Commons License (Attribution-NoDerivatives 4.0 International).