@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface FieldOrder
The value must name every non-static, non-transient marshallable field declared directly on the annotated class exactly once. It must not include inherited, static, transient, blank, duplicate, or unknown field names.
public abstract String[] value
Copyright © 2026 Chronicle Software Ltd. All rights reserved.