Package-level declarations

This package contains common annotation types for Java code.

This package contains common annotation types for Java code.

Types

Link copied to clipboard
Annotates a program element (class, method) which must be immutable.
Link copied to clipboard
Annotates a program element (class, method, package etc.) which is internal to JxBrowser, not part of the public API, and should not be used by users of the library.
Link copied to clipboard
This annotation can be applied to a package to indicate that all public methods in this package cannot return null.