JavaScript is disabled on your browser.
Skip navigation links
OpenAM Server Only 7.5.0 Documentation
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.forgerock.api.annotations
Annotation Interface 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 Details
value
String
value
The title of the property.