JavaScript is disabled on your browser.
Contents
Deprecated Exception Classes
Use
UncheckedIOException
instead. This class acted as a compatibility shim for Java
versions prior to 1.8.
Deprecated Annotation Interfaces
Previously indicated that fields types are not nullable, unless otherwise specified by @Nullable.
Previously indicated that all components (methods, returns, fields) are not nullable, unless otherwise specified by @Nullable.
Previously indicated that return types are not nullable, unless otherwise specified by @Nullable.
Deprecated Methods
use
Element.stream()
.
forEach(Consumer)
instead. (Removing this method
so Element can implement Iterable, which this signature conflicts with due to the non-void return.)
no-op; internal method moved out of visibility
unused and will be removed.
unused and will be removed.