@Documented @Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR}) @InheritedAnnotation public @interface EnsuresLockHeld
LockHeld
if the method
terminates successfully.public abstract String[] value
LockHeld
on successful
method termination.