Changes between Version 19 and Version 20 of DevelopersGuide/StyleGuide
- Timestamp:
- 2012-08-11T15:00:44+02:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/StyleGuide
v19 v20 14 14 * {{{@since}}} is used for public classes and methods (visible to plugin developers) with the JOSM revision that introduced the element. Example: {{{@since 5408}}} 15 15 * {{{@since}}} is updated when a public method signature changes or if a class is renamed 16 * {{{@since}}} can be omitted for public methods and fields introduced at the same time as the class, provided they do not have changed and the class is correctly documented. 16 17 * {{{@throws}}} is preferred to {{{@exception}}} 17 18
