JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
OpenAM Server Only 7.2.2 Documentation
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
Package
org.forgerock.api.annotations
Annotation Type Title
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
METHOD
,
TYPE
}) public @interface
Title
Annotation to define JSON Schema property's title.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The title of the property.
Element Detail
value
String
value
The title of the property.