JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
OpenAM Server Only 7.4.1 Documentation
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
Package
org.forgerock.api.annotations
Annotation Type ReadOnly
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
}) public @interface
ReadOnly
Annotation to mark a JSON Schema property as read-only.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
boolean
value
The read-only value of the property.
Element Detail
value
boolean value
The read-only value of the property.
Default:
true