JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH:
Package
name.moore.kevin.ze.annotations
Annotation Type AsyncThread
@Target
(
METHOD
)
@Retention
(
SOURCE
)
@Documented
public @interface
AsyncThread
Indicate a method may be initiated from the eventbus handling and hence run on a separate thread.
Author:
Kevin Moore
<dev@kevin.moore.name>