Skip to content

Commit 8b1bde4

Browse files
jack-bergtrask
andauthored
Update docs/knowledge/general-patterns.md
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
1 parent 3a1ae05 commit 8b1bde4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/knowledge/general-patterns.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ all parameters — this is enforced for public APIs. Package-private and private
100100
Javadoc at the author's discretion.
101101

102102
- No `@author` tags.
103-
- New public API must include a `@since` annotation, but this is added as part of [release process](../../RELEASING.md), so omit.
103+
- New public API elements require a `@since` annotation. This is added automatically during the
104+
[release process](../../RELEASING.md) — do not include it in your PR.
104105
- See [section 7.3.1](https://google.github.io/styleguide/javaguide.html#s7.3.1-javadoc-exception-self-explanatory)
105106
for self-explanatory exceptions.
106107

0 commit comments

Comments
 (0)