org.terracotta.annotations
Annotation Type AutolockWrite


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

Marks the annotated method as being autolocked with write locks.

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

See Also:
LockType.WRITE



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