We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b7e32 commit 9cc0676Copy full SHA for 9cc0676
README.md
@@ -55,8 +55,8 @@ money from user to user.
55
* we will use `ReadWriteLock` interface
56
* we provide class that absorbs the pain of working
57
with that interface (locking/unlocking tiresome obligation)
58
- ```
59
* we will supply action to execute in locked block
+ ```
60
@FieldDefaults(makeFinal = true, level = AccessLevel.PRIVATE)
61
@RequiredArgsConstructor
62
class LockExecutor {
0 commit comments