@Deprecated
@Target(value={METHOD,TYPE,PARAMETER})
@Retention(value=RUNTIME)
public @interface NonLockGuarded
NonLockGuarded| Modifier and Type | Optional Element and Description |
|---|---|
NonLockGuardedType[] |
value
Deprecated.
Indicates the grade of non-lock-guard applied to a method.
|
public abstract NonLockGuardedType[] value
Indicates the grade of non-lock-guard applied to a method. Does not have any effect at class level.