Package org.forgerock.api.annotations
Annotation Type PropertyOrder
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface PropertyOrder
Annotation to provide a property order for a given object property. This will be used by JSON schema generation from a type to set the CREST API DescriptorpropertyOrder
field.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
The order value of the property.
-