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 GuardedBy
@Documented
@Target
({
FIELD
,
METHOD
})
@Retention
(
RUNTIME
)
public @interface
GuardedBy
The field or method that this annotation is attached to can only be accessed when holding a particular lock.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Element Details
value
String
value