All Classes and Interfaces
Annotation Interfaces
Class
Description
Declares that a public API is subject to incompatible changes or even removal in a future
release.
Declares that a public API is subject to incompatible changes, but includes a commitment to
support the feature long-term with the caveat that the implementation can still change (even
dramatically).
Provides additional deprecation information, which should be used alongside
Deprecated.Defaults all fields within annotation's scope to @Nonnull, unless a more tightly-scoped
annotation is applied.
Defaults all fields within annotation's scope to @Nullable, unless a more tightly-scoped
annotation is applied.
Defaults all methods within annotation's scope to return @Nonnull, unless a more tightly-scoped
annotation is applied.
Defaults all methods within annotation's scope to return @Nullable, unless a more tightly-scoped
annotation is applied.
Defaults all fields, methods, and method parameters within annotation's scope to @Nonnull, unless
a more tightly-scoped annotation is applied.
Defaults all fields, methods, and method parameters within annotation's scope to @Nullable,
unless a more tightly-scoped annotation is applied.
Signifies that an element is visible for testing purpooses only.