...
Wiki Markup |
---|
The documentation of a class that does support client-side locking should explicitly state its applicability. For instance, the class {{java.util.concurrent.ConcurrentHashMap<K,V>}} should not be used for client-side locking, because its documentation states \[[API 06|AA. Java References#API 06]\]: |
...