JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Data Core
org.springframework.data.annotation
ReadOnlyProperty
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface ReadOnlyProperty
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
,
ANNOTATION_TYPE
})
public @interface
ReadOnlyProperty
Marks a field to be read-only for the mapping framework and therefore will not be persisted.
Since:
1.9
Author:
Christoph Strobl