JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
com.hivemq.client.annotations
Annotation Interface Immutable
@Documented
@Retention
(
CLASS
)
@Target
({
TYPE
,
TYPE_USE
})
public @interface
Immutable
Documents that the annotated type is immutable. This means that its state can not be seen to change and can not be changed by callers.