Annotation Interface Adaptable
Annotation used on a class to indicate that its type adapter may automatically be generated. The class must have
a public no-args constructor.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether to use the field declaration order instead of sorting the fields by name.
-
Element Details
-
useDeclarationOrder
boolean useDeclarationOrderWhether to use the field declaration order instead of sorting the fields by name.- Default:
false
-