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
Description
Hide sidebar
Show sidebar
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