Annotation Interface NonBlocking
@Documented
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,FIELD,LOCAL_VARIABLE,METHOD,TYPE,TYPE_PARAMETER,TYPE_USE})
public @interface NonBlocking
Indicates that the annotated element does not block execution in
any way.
- Author:
- Laird Nelson