We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b416b66 commit 7a7a485Copy full SHA for 7a7a485
1 file changed
docs/contributing/style-guide.md
@@ -80,8 +80,7 @@ methods.
80
### `final` keyword usage
81
82
Public non-internal non-test classes should be declared `final` where possible.
83
-"Internal" here includes `.internal` packages **and** `javaagent/src/main/` classes — javaagent
84
-instrumentation code is not public API.
+"Internal" here means classes nested anywhere under a `.internal` package.
85
"Test" here includes `src/test/` directories and any module whose directory name starts or ends
86
with `testing` or `tests` (e.g., `testing/`, `testing-common/`, `testing-apps/`,
87
`quarkus-2.0-testing/`, `smoke-tests/`).
0 commit comments