|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value={CONSTRUCTOR,METHOD,TYPE}) public static @interface OnlyThreadWithGroupName.InField
An annotation used to designate methods that are only allowed to be run by a thread whose group name is equal to the string in the field specified by class and field name.
Required Element Summary | |
---|---|
java.lang.Class |
fieldClass
The class that contains the field specifying the group name of threads allowed to run. |
java.lang.String |
fieldName
The name of the field specifying the group name of threads allowed to run. |
Element Detail |
---|
public abstract java.lang.Class fieldClass
public abstract java.lang.String fieldName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |