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 DescriptorpropertyOrderfield. 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description intvalueThe order value of the property. 
 -