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