See: Description
Annotation Type | Description |
---|---|
Immutable |
Annotates a program element (class, method) which must be immutable.
|
InternalApi |
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.
|
NonnullReturnValue |
This annotation can be applied to a package to indicate that all public methods in this package
cannot return
null . |