Changes for page Java Code Style

Last modified by Thomas Mortagne on 2023/12/06 15:53

<
From version < 23.4 >
edited by Vincent Massol
on 2016/09/05 16:00
To version < 24.1 >
edited by Vincent Massol
on 2016/09/26 18:26
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -170,6 +170,20 @@
170 170  Do not use author javadoc tags!
171 171  {{/warning}}
172 172  
173 +== Use one @since per version ==
174 +
175 +For example:
176 +
177 +{{code language="java"}}
178 +[...]
179 + * @since 7.4.5
180 + * @since 8.2.2
181 + * @since 8.3M2
182 + */
183 +{{/code}}
184 +
185 +(and not {{code language="java"}}@since 7.4.5, 8.2.2, 8.3M2{{/code}})
186 +
173 173  = Trailing Whitespace =
174 174  
175 175  Trailing whitespace is prohibited except for one case.

Get Connected