org.terracotta.annotations
Annotation Type AutolockWriteAutoSync


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

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

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

See Also:
LockType.WRITE



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