JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Data Core
org.springframework.data.annotation
Immutable
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface Immutable
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
public @interface
Immutable
Annotation for persistent entities to indicate the class is designed in immutable way.
Since:
2.1
Author:
Oliver Gierke