org.terracotta.annotations
Annotation Type AutolockSynchronousWriteAutoSync


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AutolockSynchronousWriteAutoSync

Marks the annotated method as being auto-synchronized with synchronous write locks.

The annotated method will be automatically wrapped in a single clustered synchronous write lock (on this).

See Also:
LockType.SYNCHRONOUS_WRITE



Copyright © 2015 Terracotta, Inc.. All Rights Reserved.