org.terracotta.annotations
Annotation Type AutolockSynchronousWrite


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

Marks the annotated method as being autolocked with synchronous write locks.

All local synchronization within the method will be extended to be clustered synchronous write locks.

See Also:
LockType.SYNCHRONOUS_WRITE



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