Package org.forgerock.api.annotations
Annotation Interface Example
Specify an example value for the JSON schema.
-
Required Element Summary
-
Element Details
-
value
String valueString representation of the example. If the value should be loaded from a classpath resource, prefix withclasspath:
.
-