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