You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/devel.adoc
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
** Provide full information on field:
14
14
*** For models define API version with `@since {@link RemoteApiVersion#VERSION_1_X}`.
15
15
** getters/setters should refernce to field `@see #$field`.
16
+
* If it is `Serializable` it shall have a `serialVersionUID` field. Unless code has shipped to users, the initial value of the `serialVersionUID` field shall be `1L`.
16
17
17
18
### Coding style
18
19
* TBD, some initial styling already enforced with checkstyle.
0 commit comments