JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
io.micronaut.core.annotation
Annotation Interface Blocking
@Target
({
METHOD
,
ANNOTATION_TYPE
,
TYPE
})
@Retention
(
RUNTIME
)
@Inherited
public @interface
Blocking
A marker annotation for methods that are blocking.
Since:
1.0
Author:
Graeme Rocher