@Retention(value=CLASS) @Target(value=METHOD) @Documented public @interface MustBeLocked
WRITE. The constraint of this annotation is also fulfilled when
a method is called inside the constructor of the owning class, as
constructor-calls of a single object are not accessed by multiple threads in
parallel.| Modifier and Type | Required Element and Description |
|---|---|
MustBeLocked.ELockType |
value |
@Nonnull public abstract MustBeLocked.ELockType value
Copyright © 2006–2014 phloc systems. All rights reserved.