Package io.bdeploy.jersey
Annotation Interface JerseyWriteLockService.WriteLock
- Enclosing class:
- JerseyWriteLockService
@Documented
@Retention(RUNTIME)
@Target(METHOD)
public static @interface JerseyWriteLockService.WriteLock
Specifies that the annotated method should lock the write-lock of the
JerseyWriteLockService.LockingResource instead of the read-lock.
ATTENTION: This annotation must be placed on the resource implementation!