JavaScript is disabled on your browser.
Skip navigation links
Spring Data Core
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.data.annotation
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