|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Target(value={FIELD,METHOD})
@Retention(value=SOURCE)
public @interface GuardedByA variable annotated with this annotation is guarded by given lock. See Java Concurrency in Practice for details.
| Required Element Summary | |
|---|---|
String |
value
The lock name. |
| Element Detail |
|---|
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||