Skip to content

Commit 7a7a485

Browse files
committed
Update style guide
1 parent b416b66 commit 7a7a485

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/contributing/style-guide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ methods.
8080
### `final` keyword usage
8181

8282
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.
83+
"Internal" here means classes nested anywhere under a `.internal` package.
8584
"Test" here includes `src/test/` directories and any module whose directory name starts or ends
8685
with `testing` or `tests` (e.g., `testing/`, `testing-common/`, `testing-apps/`,
8786
`quarkus-2.0-testing/`, `smoke-tests/`).

0 commit comments

Comments
 (0)