Skip to content

Commit 36d17ca

Browse files
authored
1 parent f751dc2 commit 36d17ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/devel.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
** Provide full information on field:
1414
*** For models define API version with `@since {@link RemoteApiVersion#VERSION_1_X}`.
1515
** 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`.
1617
1718
### Coding style
1819
* TBD, some initial styling already enforced with checkstyle.

0 commit comments

Comments
 (0)