B E I N V 
All Classes All Packages

B

Blocking - Annotation Type in io.smallrye.common.annotation
Annotation used to indicate that the annotated method is inherently blocking and so should not be executed on a non-blockable thread (I/O thread, event loops...).

E

Experimental - Annotation Type in io.smallrye.common.annotation
Annotation that specifies that an element is experimental and may change without notice.

I

io.smallrye.common.annotation - package io.smallrye.common.annotation
 

N

NonBlocking - Annotation Type in io.smallrye.common.annotation
Annotation used to indicate that the annotated method is inherently non-blocking and so can be executed on a non-blockable thread (I/O threads, event loops...) without the need to offload the work to another thread.

V

value() - Method in annotation type io.smallrye.common.annotation.Experimental
Describes why the annotated element is experimental.
B E I N V 
All Classes All Packages