-
Interface Summary
| Interface |
Description |
| CheckedConsumer<T,E extends java.lang.Exception> |
A Consumer-like interface which allows throwing checked exceptions.
|
| CheckedFunction<T,R,E extends java.lang.Exception> |
A Function-like interface which allows throwing checked exceptions.
|
| CheckedRunnable<E extends java.lang.Exception> |
A Runnable-like interface which allows throwing checked exceptions.
|
-
-
Enum Summary
| Enum |
Description |
| RestApiVersion |
Vestigial marker to make v8-style version-aware routing backportable to 7.x.
|
-
Annotation Types Summary
| Annotation Type |
Description |
| Nullable |
The presence of this annotation on a method parameter indicates that
null is an acceptable value for that parameter.
|
| SuppressForbidden |
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
|