mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-22 08:24:28 +00:00
#1113 Link uml-reverse-mapper created class diagrams to readme, where needed
This commit is contained in:
@@ -13,6 +13,7 @@ tags:
|
||||
## Intent
|
||||
Securing variables global to a thread against being spoiled by other threads. That is needed if you use class variables or static variables in your Callable object or Runnable object that are not read-only.
|
||||
|
||||
## Class diagram
|
||||

|
||||
|
||||
## Applicability
|
||||
|
||||
Reference in New Issue
Block a user