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 Default
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
}) public @interface
Default
Annotation to define JSON Schema property's default-value, represented as a
String
.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The default-value of the property.
Element Detail
value
String
value
The default-value of the property.