@Inherited @Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface ThreadInfo
Application developers should annotate hook methods with this annotation, thus controlling which thread the hook-method invocation is done on. The value should be either "GUI" or "Worker".
for more information about thread types| Modifier and Type | Required Element and Description |
|---|---|
ThreadType |
value
The supplied value
|
public abstract ThreadType value
Copyright © 2006–2017 Esito AS. All rights reserved.