@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,CONSTRUCTOR})
@InheritedAnnotation
public @interface EnsuresLockHeld
EnsuresLockHeldIf
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
The Java expressions whose values are held after the method terminates successfully.
|
public abstract java.lang.String[] value