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