org.terracotta.annotations
Annotation Type AutolockRead


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

Marks the annotated method as being autolocked with shared read locks.

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

See Also:
LockType.READ



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