org.terracotta.annotations
Annotation Type AutolockConcurrent


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

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

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



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