Annotation Type WriteLock


@Retention(RUNTIME) @Target(METHOD) @Inherited public @interface WriteLock
Grab a write lock for this method. If no other annotation appears to override this, then all transactional object methods will be assumed to modify the state, i.e., WriteLock is the default value.
Author:
marklittle