Package ratpack.api
Annotations that are used to further specify API contracts.
-
Exception Summary Exception Description UncheckedException Used to wrap a checked exception to be thrown where a checked exception cannot be thrown. -
Annotation Types Summary Annotation Type Description Blocks NonBlocking Declares that a method or function-like method parameter is non-blocking and can freely use Promise and other async constructs.Nullable Denotes that something may be null.