Acquires a lock for this class information. Used to synchronize modifications to metaclass and per-instance metaclass maps.
()
| 496 | * Used to synchronize modifications to metaclass and per-instance metaclass maps. |
| 497 | */ |
| 498 | public void lock () { |
| 499 | lock.lock(); |
| 500 | } |
| 501 | |
| 502 | /** |
| 503 | * Releases the lock for this class information. |
no outgoing calls
no test coverage detected