JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.glassfish.pfl.dynamic.copyobject.spi
Annotation Type Immutable
@Documented
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
public @interface
Immutable
Annotation used on classes that are immutable; that is, all public methods return the same value for the same inputs after the object has been constructed. Such objects do not need to be copied by the object copier.