All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gw.lang.IMonitorLock.gs Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
package gw.lang

/**
 * Any object can be coerced to this type so that it can be used as a monitor lock
 * e.g., the following code is the same as synchronizing on obj in java.
 * 
 * using( obj as IMonitorLock )
 * {
 *   ...
 * }
 * 
* * Copyright 2014 Guidewire Software, Inc. */ final class IMonitorLock { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy