Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit a0565fd

Browse files
committed
Update README.md
1 parent f9f0ffa commit a0565fd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,15 @@ This small library mainly serves for improvements of the JavaDoc of Time4J but m
1313
- **doctags.experimental** (documents the experimental status of a class)
1414
- **doctags.spec** (documents a specification requirement)
1515
- **doctags.exclude** (excludes a program element from public API and JavaDoc)
16+
17+
Usage:
18+
------
19+
20+
```java
21+
/** @doctags.concurrency {immutable} */
22+
```
23+
24+
will be displayed like
25+
26+
**Concurrency:** This class is immutable and can be used by multiple threads in parallel.
27+

0 commit comments

Comments
 (0)