Package com.inductiveautomation.ignition.common.util.annotations
package com.inductiveautomation.ignition.common.util.annotations
-
Annotation InterfacesClassDescriptionThe field or method that this annotation is attached to can only be accessed when holding a particular lock.The class this method is attached to is immutable.The class this annotation is attached to should be not be assumed to be thread-safe.The method that this annotation is attached to will directly synchronized on some lock during its course of execution.The method that this annotation is attached to will indirectly synchronized on some lock (i.e.The class this annotation is attached may be assumed thread-safe.Marker interface for classes that are slated for deletion