All Classes
-
All Classes Class Summary Annotation Types Summary Class Description Blocking 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...).CheckReturnValue Marker annotation for methods whose return values shall not be ignored under common API usage patterns.Experimental Annotation that specifies that an element is experimental and may change without notice.Identifier String-based qualifier.Identifier.Literal Supports inline instantiation of theIdentifierqualifier.NonBlocking 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.RunOnVirtualThread If supported, this annotation indicates that the (blocking) method should be invoked on a virtual thread instead of a regular (OS) worker thread.