|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={CONSTRUCTOR,METHOD,TYPE}) public static @interface OnlyThreadWithName.Any
Annotation used to designate methods that are only allowed to be run by a thread whose name is equal to one of the names provided, i.e. the individual @OnlyThreadWithName annotations are combined using OR.
Required Element Summary | |
---|---|
OnlyThreadWithName[] |
value
|
Element Detail |
---|
public abstract OnlyThreadWithName[] value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |