Package io.micronaut.core.annotation
Annotation Type NonBlocking
-
@Target({METHOD,ANNOTATION_TYPE,TYPE}) @Retention(RUNTIME) @Inherited public @interface NonBlocking
A marker annotation for methods that are non-blocking.- Since:
- 1.0
@Target({METHOD,ANNOTATION_TYPE,TYPE})
@Retention(RUNTIME)
@Inherited
public @interface NonBlocking