JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.inductiveautomation.ignition.common.util.annotations
Annotation Interface ObtainsLockIndirectly
@Documented
@Target
(
METHOD
)
@Retention
(
RUNTIME
)
public @interface
ObtainsLockIndirectly
The method that this annotation is attached to will indirectly synchronized on some lock (i.e. some method called from this method synchronizes on a lock) during its course of execution.